Searched refs:modifiedv (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/regression/netinet/msocket/ |
H A D | msocket.c | 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() [all …]
|