gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:sintosa from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
597:                 if (ctlfunc)
598:                         (void) (*ctlfunc)(code, sintosa(&icmpsrc),
599:                             &icp->icmp_ip);
635: icmpdst.sin_addr = ip->ip_dst; 636: ia = ifatoia(ifaof_ifpforaddr(sintosa(&icmpdst), 637: m->m_pkthdr.rcvif));
685: rt = NULL; 686: rtredirect(sintosa(&icmpsrc), sintosa(&icmpdst), 687: NULL, RTF_GATEWAY | RTF_HOST, sintosa(&icmpgw), &rt); 688: if (rt != NULL && icmp_redirtimeout != 0) {
699: 700: pfctlinput(PRC_REDIRECT_HOST, sintosa(&icmpsrc)); 701: #if defined(IPSEC) || defined(FAST_IPSEC)