Home
last modified time | relevance | path

Searched refs:IFT_OTHER (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/net/
Dif_types.h46 #define IFT_OTHER 0x01 /* none of the following */ macro
Dif_strip.c355 sc->sc_if.if_type = IFT_OTHER;
/mirbsd/src/sys/dev/usb/
Dif_upl.c319 ifp->if_type = IFT_OTHER; in USB_ATTACH()