Home
last modified time | relevance | path

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

/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c389 test_ip_uchar(int sock, const char *socktypename, int option, in test_ip_uchar() function
765 test_ip_uchar(sock, socktypename, IP_TOS, "IP_TOS", 0); in testsuite()
772 test_ip_uchar(sock, socktypename, IP_TTL, "IP_TTL", 64); in testsuite()
839 test_ip_uchar(sock, socktypename, IP_MULTICAST_TTL, in testsuite()
/freebsd/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c320 test_ip_uchar(sock, socktypename, IP_MULTICAST_TTL, in do_misc_opts()