Searched refs:BOOLEAN_ANYONE (Results 1 – 2 of 2) sorted by relevance
/freebsd/tools/regression/netinet/ipsockopt/ |
H A D | ipsockopt.c | 526 #define BOOLEAN_ANYONE 1 macro 780 "IP_RECVOPTS", 0, BOOLEAN_ANYONE); in testsuite() 788 "IP_RECVRETOPTS", 0, BOOLEAN_ANYONE); in testsuite() 796 "IP_RECVDSTADDR", 0, BOOLEAN_ANYONE); in testsuite() 804 0, BOOLEAN_ANYONE); in testsuite() 812 0, BOOLEAN_ANYONE); in testsuite() 820 BOOLEAN_ANYONE); in testsuite() 828 "IP_ONESBCAST", 0, BOOLEAN_ANYONE); in testsuite() 854 "IP_MULTICAST_LOOP", 1, BOOLEAN_ANYONE); in testsuite()
|
/freebsd/tools/regression/netinet/ipmulticast/ |
H A D | ipmulticast.c | 328 "IP_MULTICAST_LOOP", 1, BOOLEAN_ANYONE); in do_misc_opts()
|