Home
last modified time | relevance | path

Searched refs:IF_MAXUNIT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif.h59 #define IF_MAXUNIT 0x7fff /* historical value */ macro
H A Dif_clone.c362 ifc->ifc_maxunit = maxunit ? maxunit : IF_MAXUNIT; in if_clone_alloc()
H A Dif_tuntap.c572 if (u != -1 && u > IF_MAXUNIT) in tunclone()
759 drv->unrhdr = new_unrhdr(0, IF_MAXUNIT, &tunmtx); in tuntapmodevent()
/f-stack/tools/compat/include/net/
H A Dif.h47 #define IF_MAXUNIT 0x7fff /* historical value */ macro