Lines Matching refs:modifiedv
81 u_char modifiedv, u_char fakev, const char *socktype, int sock, in test_u_char() argument
108 uc = modifiedv; in test_u_char()
126 if (uc != modifiedv) in test_u_char()
128 "%d not %d", socktype, optstring, uc, modifiedv); in test_u_char()
137 struct in_addr modifiedv, struct in_addr fakev, const char *socktype, in test_in_addr() argument
165 ia = modifiedv; in test_in_addr()
183 if (memcmp(&ia, &modifiedv, sizeof(struct in_addr))) in test_in_addr()
186 inet_ntoa(modifiedv)); in test_in_addr()
216 struct in_addr defaultv, modifiedv, fakev; in test_if() local
221 modifiedv.s_addr = inet_addr("127.0.0.1"); 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()
230 test_in_addr(IP_MULTICAST_IF, "IP_MULTICAST_IF", defaultv, modifiedv, in test_if()