Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/socket/misc/src/
Dmain.c614 #define MAPPING_PORT 4244 macro
628 net_sin(&srv_addr4)->sin_port = htons(MAPPING_PORT); in test_ipv4_mapped_to_ipv6_disabled()
634 net_sin6(&srv_addr6)->sin6_port = htons(MAPPING_PORT); in test_ipv4_mapped_to_ipv6_disabled()
677 net_sin(&srv_addr4)->sin_port = htons(MAPPING_PORT); in test_ipv4_mapped_to_ipv6_enabled()
683 net_sin6(&srv_addr6)->sin6_port = htons(MAPPING_PORT); in test_ipv4_mapped_to_ipv6_enabled()
761 net_sin(&srv_addr)->sin_port = htons(MAPPING_PORT); in test_ipv4_mapped_to_ipv6_server()
767 net_sin6(&connect_addr6)->sin6_port = htons(MAPPING_PORT); in test_ipv4_mapped_to_ipv6_server()
779 net_sin6(&srv_addr6)->sin6_port = htons(MAPPING_PORT); in test_ipv4_mapped_to_ipv6_server()