Home
last modified time | relevance | path

Searched refs:make_socket (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c112 static int make_socket(int sotype, const char *ip, int port, in make_socket() function
153 fd = make_socket(sotype, ip, port, &addr); in make_server()
228 fd = make_socket(sotype, ip, port, &addr); in make_client()
882 client_fd = make_socket(t->sotype, t->connect_to.ip, in drop_on_lookup()
975 client = make_socket(t->sotype, t->connect_to.ip, in drop_on_reuseport()
1223 client_fd = make_socket(SOCK_STREAM, EXT_IP4, EXT_PORT, &dst); in run_multi_prog_lookup()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-75880 make_socket (uint16_t port)
6659 This program uses ‘make_socket’ to set up the socket address; see
6702 extern int make_socket (uint16_t port);
6710 sock = make_socket (PORT);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-75880 make_socket (uint16_t port)
6659 This program uses ‘make_socket’ to set up the socket address; see
6702 extern int make_socket (uint16_t port);
6710 sock = make_socket (PORT);