Home
last modified time | relevance | path

Searched refs:ff_socket (Results 1 – 13 of 13) sorted by relevance

/f-stack/example/
H A Dmain.c116 sockfd = ff_socket(AF_INET, SOCK_STREAM, 0); in main()
145 sockfd6 = ff_socket(AF_INET6, SOCK_STREAM, 0); in main()
H A Dmain_zc.c239 sockfd = ff_socket(AF_INET, SOCK_STREAM, 0); in main()
268 sockfd6 = ff_socket(AF_INET6, SOCK_STREAM, 0); in main()
H A Dmain_epoll.c108 sockfd = ff_socket(AF_INET, SOCK_STREAM, 0); in main()
/f-stack/lib/
H A Dff_api.symlist3 ff_socket
H A Dff_api.h67 int ff_socket(int domain, int type, int protocol);
H A Dff_dpdk_if.c1428 fd = ff_socket(AF_INET6, SOCK_DGRAM, 0);
1431 fd = ff_socket(AF_INET, SOCK_DGRAM, 0);
1488 fd = ff_socket(AF_INET, SOCK_RAW, IPPROTO_RAW);
H A Dff_syscall_wrapper.c527 ff_socket(int domain, int type, int protocol) in ff_socket() function
/f-stack/tools/ipfw/
H A Dcompat.c112 ff_socket(int domain, int type, int protocol) in ff_socket() function
H A Dipfw2.h455 int ff_socket(int domain, int type, int protocol);
461 #define socket(a,b,c) ff_socket(a,b,c)
/f-stack/app/micro_thread/
H A Dff_hook.cpp42 return ff_socket(domain, type, protocol); in ff_hook_socket()
/f-stack/doc/
H A DF-Stack_API_Reference.md54 #### ff_socket subsubsection
56 int ff_socket(int domain, int type, int protocol);
58ff_socket creates an endpoint for communication and returns a file descriptor that refers to that …
/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c168 rc = ff_socket(domain, type, protocol); in socket()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c246 sock = ff_socket(domain, type, protocol); in socket()