gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_hosteq from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c - 55.2KB - 1,677 lines
1066: 
1067:         if (in_hosteq(isaddr, myaddr)) {
1068:                 ARP_STATINC(ARP_STAT_RCVLOCALSPA);
1074: } 1075: la = arplookup(m, &isaddr, in_hosteq(itaddr, myaddr), 0); 1076: if (la != NULL && (rt = la->la_rt) && (sdl = satosdl(rt->rt_gateway))) {
1176: ARP_STATINC(ARP_STAT_RCVREQUEST); 1177: if (in_hosteq(itaddr, myaddr)) { 1178: /* I am the target */