Searched refs:allzero (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/bsd/netinet6/ |
| H A D | in6_ifattach.c | 260 static u_int8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in in6_iid_from_hw() local 309 if (bcmp(addr, allzero, addrlen) == 0) { in in6_iid_from_hw() 381 bcmp(&in6->s6_addr[9], allzero, 7) == 0) { in in6_iid_from_hw()
|