Home
last modified time | relevance | path

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

/freebsd-13.1/tools/regression/netinet/msocket/
H A Dmsocket.c82 test_u_char(int optname, const char *optstring, u_char defaultv, in test_u_char() argument
103 if (uc != defaultv) in test_u_char()
105 "%d not %d", socktype, optstring, uc, defaultv); in test_u_char()
138 test_in_addr(int optname, const char *optstring, struct in_addr defaultv, in test_in_addr() argument
159 if (memcmp(&ia, &defaultv, sizeof(struct in_addr))) in test_in_addr()
162 inet_ntoa(defaultv)); in test_in_addr()
218 struct in_addr defaultv, modifiedv, fakev; in test_if() local
220 defaultv.s_addr = inet_addr("0.0.0.0"); in test_if()
228 test_in_addr(IP_MULTICAST_IF, "IP_MULTICAST_IF", defaultv, modifiedv, in test_if()
230 test_in_addr(IP_MULTICAST_IF, "IP_MULTICAST_IF", defaultv, modifiedv, in test_if()
[all …]