gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:in_canforward (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
742: 
743:         if (!in_canforward(ip->ip_src) &&
744:             ((ip->ip_src.s_addr & IN_CLASSA_NET) !=
bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
1999: #endif
2000:         if (m->m_flags & (M_BCAST|M_MCAST) || in_canforward(ip->ip_dst) == 0) {
2001:                 IP_STATINC(IP_STAT_CANTFORWARD);