| /xnu-8796.141.3/bsd/net/ |
| H A D | multicast_list.c | 112 target_sdl.sdl_type = target_ifp->if_type; in multicast_list_program()
|
| H A D | pktap.c | 712 ifp->if_type == pktap_filter->filter_param_if_type) { in pktap_filter_evaluate() 735 ifp->if_type == pktap_filter->filter_param_if_type) { in pktap_filter_evaluate() 1166 switch (ifp->if_type) { in pktap_bpf_tap() 1250 ifp->if_type, ifp->if_xname); in pktap_bpf_tap() 1259 hdr->pth_iftype = ifp->if_type; in pktap_bpf_tap() 1420 hdr->pth_iftype = ifp->if_type; in pktap_bpf_tap_packet()
|
| H A D | iptap.c | 617 hdr->pth_iftype = ifp != NULL ? ifp->if_type : 0; in iptap_bpf_tap()
|
| H A D | kpi_interface.c | 326 ifp->if_type = (u_char)einit.type; in ifnet_allocate_extended() 3150 ifp->if_delegated.type = delegated_ifp->if_type; in ifnet_set_delegate() 3167 delegated_ifp->if_type, delegated_ifp->if_family, in ifnet_set_delegate() 3335 if (ifp->if_type == IFT_CELLULAR) { in ifnet_link_status_report()
|
| H A D | if_var_private.h | 444 #define if_type if_data.ifi_type macro 1213 ((_ifp)->if_type == IFT_CELLULAR || \
|
| H A D | dlil.c | 1167 switch (ifp->if_type) { in dlil_attach_netif_compat_nexus() 6161 ifp->if_type == IFT_CELLULAR) { in dlil_input_packet_list_common() 6174 if (ifp->if_type == IFT_ETHER) { in dlil_input_packet_list_common() 6197 switch (ifp->if_type) { in dlil_input_packet_list_common() 6695 (ifp->if_type == IFT_CELLULAR || in dlil_output() 6732 if (ifp->if_type == IFT_ETHER) { in dlil_output() 6817 (ifp->if_type == IFT_CELLULAR || in dlil_output() 8760 if (ll_addr != NULL && ifp->if_type == IFT_ETHER && in ifnet_attach() 9235 asdl->sdl_type = ifp->if_type; in dlil_alloc_lladdr() 10551 if ((ifp->if_type != IFT_CELLULAR) && in if_state_update() [all …]
|
| H A D | bridgestp.c | 2215 if (ifp->if_type != IFT_ETHER) { in bstp_reinit() 2377 switch (ifp->if_type) { in bstp_enable()
|
| H A D | if_bridge.c | 2641 switch (ifs->if_type) { in bridge_ioctl_add() 3473 switch (ifs->if_type) { in bridge_ioctl_addspan() 5245 if (dst_if->if_type == IFT_GIF) { 6212 if ((iface)->if_type == IFT_GIF) \ 6217 if ((iface)->if_type == IFT_BRIDGE) { \
|
| H A D | if.c | 894 (ifp->if_type == IFT_CELLULAR || in if_functional_type() 3959 ifr->ifr_type.ift_type = ifp->if_type; in ifioctl_ifreq()
|
| H A D | bpf.c | 2967 if (bp->bif_ifp->if_type == IFT_PKTAP && in bpf_tap_imp()
|
| H A D | ntstat.c | 3694 if (ifp->if_type == IFT_CELLULAR) { in nstat_ifnet_copy_link_status() 4213 desc->type = ifp->if_type; in nstat_ifnet_copy_descriptor()
|
| H A D | necp.c | 7623 if (rt->rt_ifp->if_type == IFT_CELLULAR) { in necp_application_find_policy_match_internal() 10861 if (ifp->if_type == IFT_CELLULAR && in necp_route_get_netagent() 10984 if (ifp->if_type == IFT_CELLULAR && in necp_route_get_flow_divert_inner()
|
| H A D | pf.c | 9131 if (kif != NULL && kif->pfik_ifp->if_type == IFT_ENC) { in pf_routable()
|
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | in6_ifattach.c | 278 switch (ifp->if_type) { in in6_iid_from_hw() 710 switch (ifp->if_type) { in in6_ifattach_prelim()
|
| H A D | nd6.c | 1183 dr->ifp->if_type == IFT_CELLULAR) { in nd6_service_expired_default_router() 1289 dr->ifp->if_type == IFT_CELLULAR) { in nd6_service_expired_route_info() 2810 SDL(gate)->sdl_type = ifp->if_type; in nd6_rtrequest() 2865 SDL(gate)->sdl_type = ifp->if_type; in nd6_rtrequest() 4618 switch (ifp->if_type) { in nd6_need_cache() 4649 switch (ifp->if_type) { in nd6_storelladdr()
|
| H A D | nd6_nbr.c | 1620 switch (ifp->if_type) { in nd6_ifptomac() 2133 switch (ifp->if_type) { in nd6_dad_duplicated() 2487 sdl->sdl_type = ifp->if_type; in nd6_alt_node_addr_decompose()
|
| H A D | ip6_input.c | 707 rin6->ro_rt->rt_ifp->if_type == IFT_LOOP) { in ip6_input_check_interface() 1157 if (inifp->if_type == IFT_CELLULAR && in ip6_input()
|
| H A D | in6.c | 3962 switch (ifp->if_type) { in in6if_do_dad() 4036 switch (ifp->if_type) { in in6_if2idlen() 4087 ifp->if_type); in in6_if2idlen() 4908 sdl->sdl_type = ifp->if_type; in in6_lltable_dump_entry()
|
| H A D | nd6_rtr.c | 984 if (new->ifp->if_type == IFT_CELLULAR && in defrouter_addreq() 3142 if (ifp != NULL && ifp->if_type == IFT_CELLULAR) { in find_pfxlist_reachable_router()
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | in_arp.c | 935 SDL(gate)->sdl_type = rt->rt_ifp->if_type; in arp_rtrequest() 971 SDL(gate)->sdl_type = rt->rt_ifp->if_type; in arp_rtrequest() 1672 if (ifp->if_type == IFT_BRIDGE) { in arp_ip_handle_input()
|
| H A D | tcp_input.c | 2210 if (m->m_pkthdr.rcvif && m->m_pkthdr.rcvif->if_type != IFT_LOOP) { in tcp_input() 6522 if (ifp->if_type == IFT_PPP && slowlink_wsize > 0 && in tcp_mss() 6722 if (rt->rt_ifp->if_type == IFT_PPP && slowlink_wsize > 0 && in tcp_mssopt()
|
| H A D | in.c | 2668 sdl->sdl_type = ifp->if_type; in in_lltable_dump_entry()
|
| H A D | udp_usrreq.c | 695 if (ifp && ifp->if_type != IFT_LOOP) { in udp_input()
|
| H A D | in_pcb.c | 4041 (ifp->if_type == IFT_CELLULAR || IFNET_IS_WIFI(ifp))) { in inp_count_sndbytes()
|