/src/sys/dist/pf/net/ |
if_pflog.c | 248 struct ifnet *ifn; local in function:pflog_packet 254 if ((ifn = pflogifs[rm->logif]) == NULL || !ifn->if_bpf) 298 if_statadd2(ifn, if_opackets, 1, if_obytes, m->m_pkthdr.len); 300 ifn->if_opackets++; 301 ifn->if_obytes += m->m_pkthdr.len; 305 bpf_mtap2(ifn->if_bpf, &hdr, PFLOG_HDRLEN, m, BPF_D_OUT); 307 bpf_mtap_hdr(ifn->if_bpf, (char *)&hdr, PFLOG_HDRLEN, m,
|
if_pflog.c | 248 struct ifnet *ifn; local in function:pflog_packet 254 if ((ifn = pflogifs[rm->logif]) == NULL || !ifn->if_bpf) 298 if_statadd2(ifn, if_opackets, 1, if_obytes, m->m_pkthdr.len); 300 ifn->if_opackets++; 301 ifn->if_obytes += m->m_pkthdr.len; 305 bpf_mtap2(ifn->if_bpf, &hdr, PFLOG_HDRLEN, m, BPF_D_OUT); 307 bpf_mtap_hdr(ifn->if_bpf, (char *)&hdr, PFLOG_HDRLEN, m,
|
/src/usr.bin/fstat/ |
misc.c | 128 struct ifnet ifn; local in function:p_bpf 130 strlcpy(ifn.if_xname, "???", sizeof(ifn.if_xname)); 141 if (!KVM_READ(bi.bif_ifp, &ifn, sizeof(ifn))) 145 (void)printf("* bpf@%s rec=%lu, dr=%lu, cap=%lu, pid=%lu", ifn.if_xname,
|
misc.c | 128 struct ifnet ifn; local in function:p_bpf 130 strlcpy(ifn.if_xname, "???", sizeof(ifn.if_xname)); 141 if (!KVM_READ(bi.bif_ifp, &ifn, sizeof(ifn))) 145 (void)printf("* bpf@%s rec=%lu, dr=%lu, cap=%lu, pid=%lu", ifn.if_xname,
|
/src/usr.bin/config/ |
mkioconf.c | 153 char *ifn; local in function:emithdr 160 ifn = ifnbuf; 161 if ((ifp = fopen(ifn, "r")) != NULL) { 165 err(EXIT_FAILURE, "error reading %s", ifn);
|
mkioconf.c | 153 char *ifn; local in function:emithdr 160 ifn = ifnbuf; 161 if ((ifp = fopen(ifn, "r")) != NULL) { 165 err(EXIT_FAILURE, "error reading %s", ifn);
|
/src/sys/netinet/ |
sctp_asconf.c | 2124 struct ifnet *ifn; local in function:sctp_find_valid_localaddr 2129 IFNET_READER_FOREACH(ifn) { 2130 if (stcb->asoc.loopback_scope == 0 && ifn->if_type == IFT_LOOP) { 2134 IFADDR_READER_FOREACH(ifa, ifn) { 2788 struct ifnet *ifn; local in function:sctp_check_address_list_all 2794 IFNET_READER_FOREACH(ifn) { 2795 if (loopback_scope == 0 && ifn->if_type == IFT_LOOP) { 2801 IFADDR_READER_FOREACH(ifa, ifn) { 2820 } /* end foreach ifn */
|
sctp_asconf.c | 2124 struct ifnet *ifn; local in function:sctp_find_valid_localaddr 2129 IFNET_READER_FOREACH(ifn) { 2130 if (stcb->asoc.loopback_scope == 0 && ifn->if_type == IFT_LOOP) { 2134 IFADDR_READER_FOREACH(ifa, ifn) { 2788 struct ifnet *ifn; local in function:sctp_check_address_list_all 2794 IFNET_READER_FOREACH(ifn) { 2795 if (loopback_scope == 0 && ifn->if_type == IFT_LOOP) { 2801 IFADDR_READER_FOREACH(ifa, ifn) { 2820 } /* end foreach ifn */
|
sctp_pcb.c | 2281 struct ifnet *ifn; local in function:sctp_is_address_on_local_host 2286 IFNET_READER_FOREACH(ifn) { 2287 IFADDR_READER_FOREACH(ifa, ifn) {
|
sctp_usrreq.c | 913 struct ifnet *ifn; local in function:sctp_fill_up_addresses 952 IFNET_READER_FOREACH(ifn) { 954 (ifn->if_type == IFT_LOOP)) { 958 IFADDR_READER_FOREACH(ifa, ifn) { 1105 struct ifnet *ifn; local in function:sctp_count_max_addresses 1110 IFNET_READER_FOREACH(ifn) { 1111 IFADDR_READER_FOREACH(ifa, ifn) {
|
sctputil.c | 3448 struct ifnet *ifn; local in function:sctp_find_ifa_by_addr 3454 IFNET_READER_FOREACH(ifn) { 3456 IFADDR_READER_FOREACH(ifa, ifn) { 3496 } /* end foreach ifn */
|
sctp_pcb.c | 2281 struct ifnet *ifn; local in function:sctp_is_address_on_local_host 2286 IFNET_READER_FOREACH(ifn) { 2287 IFADDR_READER_FOREACH(ifa, ifn) {
|
sctp_usrreq.c | 913 struct ifnet *ifn; local in function:sctp_fill_up_addresses 952 IFNET_READER_FOREACH(ifn) { 954 (ifn->if_type == IFT_LOOP)) { 958 IFADDR_READER_FOREACH(ifa, ifn) { 1105 struct ifnet *ifn; local in function:sctp_count_max_addresses 1110 IFNET_READER_FOREACH(ifn) { 1111 IFADDR_READER_FOREACH(ifa, ifn) {
|
sctputil.c | 3448 struct ifnet *ifn; local in function:sctp_find_ifa_by_addr 3454 IFNET_READER_FOREACH(ifn) { 3456 IFADDR_READER_FOREACH(ifa, ifn) { 3496 } /* end foreach ifn */
|
sctp_output.c | 537 struct ifnet *ifn; local in function:sctp_choose_v4_boundspecific_inp 541 /* first question, is the ifn we will emit on 544 ifn = rt->rt_ifp; 545 if (ifn) { 547 IFADDR_READER_FOREACH(ifa, ifn) { 556 IFADDR_READER_FOREACH(ifa, ifn) { 622 struct ifnet *ifn; local in function:sctp_choose_v4_boundspecific_stcb 627 /* first question, is the ifn we will emit on 630 ifn = rt->rt_ifp; 644 /* first question, is the ifn we will emit o 894 struct ifnet *ifn; local in function:sctp_choose_v4_boundall 1297 struct ifnet *ifn; local in function:sctp_choose_v6_boundspecific_stcb 1481 struct ifnet *ifn; local in function:sctp_choose_v6_boundspecific_inp 1648 struct ifnet *ifn; local in function:sctp_choose_v6_boundall 2737 struct ifnet *ifn; local in function:sctp_send_initiate 3691 struct ifnet *ifn; local in function:sctp_send_initiate_ack [all...] |
sctp_output.c | 537 struct ifnet *ifn; local in function:sctp_choose_v4_boundspecific_inp 541 /* first question, is the ifn we will emit on 544 ifn = rt->rt_ifp; 545 if (ifn) { 547 IFADDR_READER_FOREACH(ifa, ifn) { 556 IFADDR_READER_FOREACH(ifa, ifn) { 622 struct ifnet *ifn; local in function:sctp_choose_v4_boundspecific_stcb 627 /* first question, is the ifn we will emit on 630 ifn = rt->rt_ifp; 644 /* first question, is the ifn we will emit o 894 struct ifnet *ifn; local in function:sctp_choose_v4_boundall 1297 struct ifnet *ifn; local in function:sctp_choose_v6_boundspecific_stcb 1481 struct ifnet *ifn; local in function:sctp_choose_v6_boundspecific_inp 1648 struct ifnet *ifn; local in function:sctp_choose_v6_boundall 2737 struct ifnet *ifn; local in function:sctp_send_initiate 3691 struct ifnet *ifn; local in function:sctp_send_initiate_ack [all...] |