Searched defs:sock_c (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/tests/net/socket/misc/src/ |
D | main.c | 169 void test_so_bindtodevice(int sock_c, int sock_s, struct sockaddr *peer_addr_1, in test_so_bindtodevice() 298 int sock_c; in test_ipv4_so_bindtodevice() local 328 int sock_c; in test_ipv6_so_bindtodevice() local 365 int sock_c; in test_getpeername() local 454 int sock_c; in test_getsockname_tcp() local 523 int sock_c; in test_getsockname_udp() local
|
/Zephyr-Core-3.7.0/tests/net/socket/udp/src/ |
D | main.c | 1114 void test_msg_trunc(int sock_c, int sock_s, struct sockaddr *addr_c, in test_msg_trunc() 1198 static void test_dgram_overflow(int sock_c, int sock_s, in test_dgram_overflow() 1224 static void test_dgram_fragmented(int sock_c, int sock_s, in test_dgram_fragmented() 1309 static void test_dgram_connected(int sock_c, int sock_s1, int sock_s2, in test_dgram_connected() 1934 static void test_check_ttl(int sock_c, int sock_s, int sock_p, in test_check_ttl()
|