Search | Google it | Results 1 - 1 of 1 for funcall:in_nullhost from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c (0.00 seconds) |
894: */ 895: if (in_nullhost(ia->ia_addr.sin_addr)) 896: goto ours; 945: if (ip->ip_dst.s_addr == INADDR_BROADCAST || 946: in_nullhost(ip->ip_dst)) 947: goto ours; 2036: (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0 && 2037: !in_nullhost(satocsin(rt_getkey(rt))->sin_addr) && 2038: ipsendredirects && !srcrt) {