Searched refs:ff_socket (Results 1 – 13 of 13) sorted by relevance
| /f-stack/example/ |
| H A D | main.c | 116 sockfd = ff_socket(AF_INET, SOCK_STREAM, 0); in main() 145 sockfd6 = ff_socket(AF_INET6, SOCK_STREAM, 0); in main()
|
| H A D | main_zc.c | 239 sockfd = ff_socket(AF_INET, SOCK_STREAM, 0); in main() 268 sockfd6 = ff_socket(AF_INET6, SOCK_STREAM, 0); in main()
|
| H A D | main_epoll.c | 108 sockfd = ff_socket(AF_INET, SOCK_STREAM, 0); in main()
|
| /f-stack/lib/ |
| H A D | ff_api.symlist | 3 ff_socket
|
| H A D | ff_api.h | 67 int ff_socket(int domain, int type, int protocol);
|
| H A D | ff_dpdk_if.c | 1428 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 D | ff_syscall_wrapper.c | 527 ff_socket(int domain, int type, int protocol) in ff_socket() function
|
| /f-stack/tools/ipfw/ |
| H A D | compat.c | 112 ff_socket(int domain, int type, int protocol) in ff_socket() function
|
| H A D | ipfw2.h | 455 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 D | ff_hook.cpp | 42 return ff_socket(domain, type, protocol); in ff_hook_socket()
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 54 #### ff_socket subsubsection 56 int ff_socket(int domain, int type, int protocol); 58 …ff_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 D | anet_ff.c | 168 rc = ff_socket(domain, type, protocol); in socket()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 246 sock = ff_socket(domain, type, protocol); in socket()
|