Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_types.h100 IFT_PROPVIRTUAL = 0x35, /* Proprietary Virtual/internal */ enumerator
269 #define IFT_PROPVIRTUAL IFT_PROPVIRTUAL macro
H A Drtsock.c785 nh->nh_ifp->if_type == IFT_PROPVIRTUAL) { in handle_rtm_get()
/f-stack/tools/compat/include/net/
H A Dif_types.h100 IFT_PROPVIRTUAL = 0x35, /* Proprietary Virtual/internal */ enumerator
269 #define IFT_PROPVIRTUAL IFT_PROPVIRTUAL macro
/f-stack/freebsd/netgraph/
H A Dng_iface.c527 ifp = if_alloc(IFT_PROPVIRTUAL); in ng_iface_constructor()
553 ifp->if_type = IFT_PROPVIRTUAL; /* XXX */ in ng_iface_constructor()
/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c177 case IFT_PROPVIRTUAL: /* NetGraph Virtual too */ in sctp_is_desired_interface_type()
/f-stack/lib/
H A Dff_route.c687 nh->nh_ifp->if_type == IFT_PROPVIRTUAL) { in handle_rtm_get()
1455 rt->rt_ifp->if_type == IFT_PROPVIRTUAL) {
/f-stack/freebsd/netinet6/
H A Dnd6.c2490 case IFT_PROPVIRTUAL: in nd6_need_cache()
H A Din6.c2052 case IFT_PROPVIRTUAL: /* XXX: no RFC. treat it as ether */ in in6_if2idlen()