Home
last modified time | relevance | path

Searched refs:IFT_PROPVIRTUAL (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/
H A Dif_types.h97 IFT_PROPVIRTUAL = 0x35, /* Proprietary Virtual/internal */ enumerator
268 #define IFT_PROPVIRTUAL IFT_PROPVIRTUAL macro
H A Drtsock.c825 nh->nh_ifp->if_type == IFT_PROPVIRTUAL) { in handle_rtm_get()
/freebsd/sys/netgraph/
H A Dng_iface.c526 ifp = if_alloc(IFT_PROPVIRTUAL); in ng_iface_constructor()
548 ifp->if_type = IFT_PROPVIRTUAL; /* XXX */ in ng_iface_constructor()
/freebsd/sys/netinet/
H A Dsctp_bsd_addr.c174 case IFT_PROPVIRTUAL: /* NetGraph Virtual too */ in sctp_is_desired_interface_type()
/freebsd/sys/netinet6/
H A Dnd6.c2579 case IFT_PROPVIRTUAL: in nd6_need_cache()
H A Din6.c2145 case IFT_PROPVIRTUAL: /* XXX: no RFC. treat it as ether */ in in6_if2idlen()