Search | Google it | Results 1 - 1 of 1 for funcall:in_nullhost from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c (0.00 seconds) |
975: */ 976: if (in_nullhost(itaddr)) { 977: ARP_STATINC(ARP_STAT_RCVZEROTPA); 985: */ 986: if (in_nullhost(isaddr)) { 987: ARP_STATINC(ARP_STAT_RCVZEROSPA); 1331: ip = &IA_SIN(ifa)->sin_addr; 1332: if (!in_nullhost(*ip)) 1333: arprequest(ifp, ip, ip, CLLADDR(ifp->if_sadl));