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