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

12

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_atm.c138 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
186 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
H A Din_arp.c243 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
260 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
H A Dip_icmp.c354 if (m->m_pkthdr.rcvif && m->m_pkthdr.rcvif->if_type == IFT_FAITH) {
H A Din.c439 ifp->if_name, ifp->if_unit, ifp->if_type, error);
H A Dudp_usrreq.c617 if (m->m_pkthdr.rcvif && m->m_pkthdr.rcvif->if_type != IFT_LOOP)
H A Dtcp_input.c922 if (m->m_pkthdr.rcvif && m->m_pkthdr.rcvif->if_type != IFT_LOOP)
3472 if (ifp->if_type == IFT_PPP && slowlink_wsize > 0 &&
3688 if (rt->rt_ifp->if_type == IFT_PPP && slowlink_wsize > 0 &&
H A Din_pcb.c1266 if (ifp && ifp->if_type == IFT_FAITH &&
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dmulticast_list.c112 target_sdl.sdl_type = target_ifp->if_type;
H A Dif_disc.c107 ifp->if_type = IFT_LOOP;
H A Dif_dummy.c153 ifp->if_type = IFT_DUMMY;
H A Dbridge.c489 if (ifp->if_type == IFT_ETHER) { /* ethernet ? */
497 (int)ifp->if_type, (int) ifp->if_physical,
H A Dif_var.h263 #define if_type if_data.ifi_type macro
H A Ddlil.c849 (ifp->if_type != IFT_LOOP && rcvif != ifp) ||
894 if (inp == dlil_lo_thread_ptr && ifp->if_type == IFT_LOOP) {
2527 sdl->sdl_type = ifp->if_type;
2574 if (ifp->if_type == IFT_ETHER) {
H A Dif_fddisubr.c607 ifp->if_type = IFT_FDDI;
H A Dkpi_interface.c125 ifp->if_type = init->type;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Ddrv_dep.c253 if (ifID->aa_ifp->if_type == IFT_ETHER ||
254 ifID->aa_ifp->if_type == IFT_L2VLAN ||
255 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 */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.c300 switch (ifp->if_type) {
490 if (ifp->if_type == IFT_PPP && ifra_passed != NULL) /* PPP provided both addresses for us */
854 switch (ifp->if_type) {
H A Dnd6.c938 if ((ifp && ifp->if_type !=IFT_PPP) && ((rt->rt_flags & RTF_GATEWAY) || (rt->rt_flags & RTF_LLINFO) == 0 ||
1233 SDL(gate)->sdl_type = ifp->if_type;
1291 SDL(gate)->sdl_type = ifp->if_type;
1777 * XXX is it dependent to ifp->if_type?
2187 switch (ifp->if_type) {
2216 switch (ifp->if_type) {
H A Din6.c544 if (ifp->if_type == IFT_PPP && ifra->ifra_addr.sin6_family == AF_INET6 &&
573 switch (ifp->if_type) {
2657 switch (ifp->if_type) {
H A Dip6_input.c692 ip6_forward_rt.ro_rt->rt_ifp->if_type == IFT_LOOP) {
732 && ip6_forward_rt.ro_rt->rt_ifp->if_type == IFT_FAITH) {

Completed in 203 milliseconds

12