Lines Matching refs:DST_PORT
166 #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()
466 net_sin6(&srv_addr)->sin6_port = htons(DST_PORT); in test_getsockname_tcp()
531 net_sin(&srv_addr)->sin_port = htons(DST_PORT); in test_getsockname_udp()
535 net_sin6(&srv_addr)->sin6_port = htons(DST_PORT); in test_getsockname_udp()