Searched refs:defaultv (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/regression/netinet/msocket/ |
H A D | msocket.c | 80 test_u_char(int optname, const char *optstring, u_char defaultv, in test_u_char() argument 101 if (uc != defaultv) in test_u_char() 103 "%d not %d", socktype, optstring, uc, defaultv); in test_u_char() 136 test_in_addr(int optname, const char *optstring, struct in_addr defaultv, in test_in_addr() argument 157 if (memcmp(&ia, &defaultv, sizeof(struct in_addr))) in test_in_addr() 160 inet_ntoa(defaultv)); in test_in_addr() 216 struct in_addr defaultv, modifiedv, fakev; in test_if() local 218 defaultv.s_addr = inet_addr("0.0.0.0"); in test_if() 226 test_in_addr(IP_MULTICAST_IF, "IP_MULTICAST_IF", defaultv, modifiedv, in test_if() 228 test_in_addr(IP_MULTICAST_IF, "IP_MULTICAST_IF", defaultv, modifiedv, in test_if() [all …]
|