Home
last modified time | relevance | path

Searched refs:DST_PORT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/net/socket/misc/src/
Dmain.c166 #define DST_PORT 4242 macro
302 .sin_port = htons(DST_PORT), in test_ipv4_so_bindtodevice()
307 .sin_port = htons(DST_PORT), in test_ipv4_so_bindtodevice()
312 .sin_port = htons(DST_PORT), in test_ipv4_so_bindtodevice()
332 .sin6_port = htons(DST_PORT), in test_ipv6_so_bindtodevice()
338 .sin6_port = htons(DST_PORT), in test_ipv6_so_bindtodevice()
344 .sin6_port = htons(DST_PORT), in test_ipv6_so_bindtodevice()
373 net_sin(&srv_addr)->sin_port = htons(DST_PORT); in test_getpeername()
377 net_sin6(&srv_addr)->sin6_port = htons(DST_PORT); in test_getpeername()
462 net_sin(&srv_addr)->sin_port = htons(DST_PORT); in test_getsockname_tcp()
[all …]
/Zephyr-latest/tests/net/socket/af_packet/src/
Dmain.c174 #define DST_PORT 4242 macro
233 sock3 = prepare_udp_socket(&sockaddr, DST_PORT); in ZTEST()
238 sockaddr.sin_port = htons(DST_PORT); in ZTEST()