Home
last modified time | relevance | path

Searched refs:if_type (Results 1 – 14 of 14) sorted by relevance

/original-bsd/sys/net/
H A Dif_loop.c68 ifp->if_type = IFT_LOOP;
H A Dif.h115 #define if_type if_data.ifi_type macro
H A Dif_sl.c172 sc->sc_if.if_type = IFT_SLIP; in slattach()
H A Dif_ethersubr.c466 ifp->if_type = IFT_ETHER;
H A Dif.c119 sdl->sdl_type = ifp->if_type;
/original-bsd/sys/netccitt/
H A Dpk_var.h178 #define ISOFIFTTYPE(i,t) ((i)->if_type == (t))
H A Dif_x25subr.c316 ifp->if_type == IFT_X25DDN &&
450 if (rt->rt_ifp->if_type == IFT_X25DDN || x25_dont_rtinvert)
554 if (ia->ia_ifp->if_type == IFT_X25DDN && af == AF_INET) {
/original-bsd/sys/netinet/
H A Dif_ether.c127 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
145 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
/original-bsd/sys/netiso/
H A Dclnp_input.c162 switch((sh.snh_ifp = m->m_pkthdr.rcvif)->if_type) { in clnlintr()
H A Dif_eon.c127 ifp->if_type = IFT_EON; in eonattach()
H A Diso_snpac.c365 int new_entry = 0, index = ifp->if_index, iftype = ifp->if_type;
/original-bsd/sys/vax/if/
H A Dif_vv.c232 vs->vs_if.if_type = IFT_P80;
235 vs->vs_if.if_type = IFT_P10;
H A Dif_dp.c181 dp->dp_if.if_type = IFT_X25;
/original-bsd/sys/i386/isa/
H A Dif_apx.c177 ifp->if_type = apx_default_modes.apm_iftype;