Searched refs:DST_PORT (Results 1 – 2 of 2) sorted by relevance
166 #define DST_PORT 4242 macro302 .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 …]
174 #define DST_PORT 4242 macro233 sock3 = prepare_udp_socket(&sockaddr, DST_PORT); in ZTEST()238 sockaddr.sin_port = htons(DST_PORT); in ZTEST()