Searched refs:if_type (Results 1 - 25 of 28) sorted by relevance

12

/darwin-on-arm/xnu/bsd/net/
H A Dmulticast_list.c112 target_sdl.sdl_type = target_ifp->if_type;
H A Diptap.c130 VALID_PACKET(ifp->if_type, done);
155 VALID_PACKET(ifp->if_type, done);
174 header.type = ifp->if_type;
H A Dif_bridge.c1798 switch (ifs->if_type) {
1905 if (ifs->if_type != IFT_GIF) {
1950 switch (ifs->if_type) {
2582 switch (ifs->if_type) {
3079 if (dst_if->if_type == IFT_GIF)
3939 if ((iface)->if_type == IFT_GIF) \
3944 if ((iface)->if_type == IFT_BRIDGE) { \
H A Dif_var.h397 #define if_type if_data.ifi_type macro
H A Dbridgestp.c2114 if (ifp->if_type != IFT_ETHER)
2273 switch (ifp->if_type) {
H A Ddlil.c4452 ifp->if_type == IFT_ETHER || ifp->if_type == IFT_CELLULAR) {
4713 asdl->sdl_type = ifp->if_type;
/darwin-on-arm/xnu/bsd/netat/
H A Ddrv_dep.c251 if (ifID->aa_ifp->if_type == IFT_ETHER ||
252 ifID->aa_ifp->if_type == IFT_L2VLAN ||
253 ifID->aa_ifp->if_type == IFT_IEEE8023ADLAG) {
H A Dddp_aarp.c303 if (FDDI_OR_TOKENRING(elapp->aa_ifp->if_type))
565 if (FDDI_OR_TOKENRING(elapp->aa_ifp->if_type))
719 if (FDDI_OR_TOKENRING(elapp->aa_ifp->if_type))
786 if (FDDI_OR_TOKENRING(elapp->aa_ifp->if_type))
H A Dddp_nbp.c317 if (FDDI_OR_TOKENRING(ifID->aa_ifp->if_type))
422 if (FDDI_OR_TOKENRING(ifID->aa_ifp->if_type))
1013 if (FDDI_OR_TOKENRING(ifID->aa_ifp->if_type))
H A Dddp_lap.c1430 switch(patp->aa_ifp->if_type) {
1519 switch (elapp->aa_ifp->if_type) {
1678 sdl.sdl_type = nddp->if_type;
1715 sdl.sdl_type = nddp->if_type;
H A Dddp_r_zip.c919 if (FDDI_OR_TOKENRING(ifID->aa_ifp->if_type))
1998 if (FDDI_OR_TOKENRING(ifID->aa_ifp->if_type))
H A Dddp_rtmptable.c643 if (ifID->aa_ifp->if_type != IFT_ISO88025) { /* token ring */
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c283 (ia6->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR))) {
529 ia_best->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR) {
1007 ((ifp != NULL && ifp->if_type == IFT_CELLULAR) ||
1009 route->ro_rt->rt_ifp->if_type == IFT_CELLULAR))) {
H A Din6_ifattach.c290 switch (ifp->if_type) {
845 switch (ifp->if_type) {
H A Din6_pcb.c464 (*outif)->if_type == IFT_CELLULAR)
510 outif->if_type == IFT_CELLULAR)
H A Dnd6_nbr.c1475 switch (ifp->if_type) {
2050 switch (ifp->if_type) {
2188 sdl->sdl_type = ifp->if_type;
H A Din6.c3439 switch (ifp->if_type) {
3510 switch (ifp->if_type) {
3560 printf("in6_if2idlen: unknown link type (%d)\n", ifp->if_type);
H A Dnd6.c1866 SDL(gate)->sdl_type = ifp->if_type;
1915 SDL(gate)->sdl_type = ifp->if_type;
2748 * XXX is it dependent to ifp->if_type?
3409 switch (ifp->if_type) {
3444 switch (ifp->if_type) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c617 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
644 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
1122 if (ifp->if_type == IFT_BRIDGE)
H A Dtcp_lro.c721 if ((m->m_pkthdr.rcvif->if_type == IFT_CELLULAR) ||
722 (m->m_pkthdr.rcvif->if_type == IFT_LOOP)) {
H A Dtcp_input.c1590 if (m->m_pkthdr.rcvif && m->m_pkthdr.rcvif->if_type != IFT_LOOP)
2384 (m->m_pkthdr.rcvif->if_type != IFT_CELLULAR) &&
2385 (m->m_pkthdr.rcvif->if_type != IFT_LOOP) &&
4409 if (ifp->if_type == IFT_PPP && slowlink_wsize > 0 &&
4608 if (rt->rt_ifp->if_type == IFT_PPP && slowlink_wsize > 0 &&
H A Din_pcb.c783 if (ro->ro_rt->rt_ifp->if_type == IFT_CELLULAR) {
832 ia->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR) {
H A Dip_output.c638 ifa->ifa_ifp->if_type == IFT_CELLULAR) {
734 if (ro->ro_rt->rt_ifp->if_type ==
H A Dtcp_output.c2180 outif->if_type == IFT_CELLULAR)
H A Dudp_usrreq.c664 if (ifp && ifp->if_type != IFT_LOOP)

Completed in 213 milliseconds

12