f-stack/lib
fengbojiang 1152067e93 The msghdr.msg_iov->iov_base and msghdr.msg_iov->iov_len of ff_sendmsg() and ff_recvmsg() compatible with the Linux.
Note: linux2freebsd_msghdr and freebsd2linux_msghdr must be called in sequence and in pairs.
2024-10-17 16:29:08 +08:00
..
include
opt FreeBSD: Upgrade to FreeBSD-releng-13.0 compiled, to be tested. 2021-08-31 19:00:09 +08:00
Makefile Support automatic configuration of vlan and vlan ip, routing and the simplest policy routing 2024-10-17 15:01:51 +08:00
ff_api.h Add APi `ff_dpdk_raw_packet_send` to suppoort RAW packet send direty with DPDK by user APP not via socket. 2024-10-15 15:22:45 +08:00
ff_api.symlist Add APi `ff_dpdk_raw_packet_send` to suppoort RAW packet send direty with DPDK by user APP not via socket. 2024-10-15 15:22:45 +08:00
ff_compat.c fix pthread issue 2024-10-11 00:31:49 +00:00
ff_config.c Support KNI ratelimit. 2024-10-17 16:12:43 +08:00
ff_config.h Support KNI ratelimit. 2024-10-17 16:12:43 +08:00
ff_dpdk_if.c Support KNI ratelimit. 2024-10-17 16:12:43 +08:00
ff_dpdk_if.h Add ff_stop_run to stop the poll loop 2024-03-30 05:20:13 +00:00
ff_dpdk_kni.c Modif some format. 2024-10-17 16:23:14 +08:00
ff_dpdk_kni.h Support KNI ratelimit. 2024-10-17 16:12:43 +08:00
ff_dpdk_pcap.c
ff_dpdk_pcap.h
ff_epoll.c
ff_epoll.h
ff_errno.h
ff_event.h
ff_freebsd_init.c Use soclose() instead of sofree() when initializing the configuration stack IP. 2024-10-17 15:19:13 +08:00
ff_glue.c
ff_host_interface.c
ff_host_interface.h
ff_ini_parser.c
ff_ini_parser.h modify INI_MAX_LINE from 200 to 2048 in lib/ff_ini_parser.h. 2024-10-15 15:11:37 +08:00
ff_init.c Add ff_stop_run to stop the poll loop 2024-03-30 05:20:13 +00:00
ff_init_main.c
ff_kern_condvar.c
ff_kern_environment.c
ff_kern_intr.c
ff_kern_subr.c
ff_kern_synch.c
ff_kern_timeout.c
ff_lock.c
ff_memory.c
ff_memory.h
ff_msg.h
ff_ng_base.c
ff_ngctl.c
ff_route.c
ff_subr_epoch.c
ff_subr_prf.c
ff_syscall_wrapper.c The msghdr.msg_iov->iov_base and msghdr.msg_iov->iov_len of ff_sendmsg() and ff_recvmsg() compatible with the Linux. 2024-10-17 16:29:08 +08:00
ff_thread.c Add POSIX Like functions for pthread_create and pthread_join 2024-08-14 10:17:35 +02:00
ff_veth.c Use soclose() instead of sofree() when initializing the configuration stack IP. 2024-10-17 15:19:13 +08:00
ff_veth.h
ff_vfs_ops.c