Searched defs:sock_c (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/socket/misc/src/ |
D | main.c | 199 void test_so_bindtodevice(int sock_c, int sock_s, struct sockaddr *peer_addr_1, in test_so_bindtodevice() 328 int sock_c; in test_ipv4_so_bindtodevice() local 358 int sock_c; in test_ipv6_so_bindtodevice() local 395 int sock_c; in test_getpeername() local 484 int sock_c; in test_getsockname_tcp() local 553 int sock_c; in test_getsockname_udp() local
|
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 1117 void test_msg_trunc(int sock_c, int sock_s, struct sockaddr *addr_c, in test_msg_trunc() 1201 static void test_dgram_overflow(int sock_c, int sock_s, in test_dgram_overflow() 1227 static void test_dgram_fragmented(int sock_c, int sock_s, in test_dgram_fragmented() 1312 static void test_dgram_connected(int sock_c, int sock_s1, int sock_s2, in test_dgram_connected() 1956 static void test_check_ttl(int sock_c, int sock_s, int sock_p, in test_check_ttl()
|