Home
last modified time | relevance | path

Searched refs:IF_DESCSIZE (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_private.h530 #define IF_DESCSIZE 128 macro
538 u_int8_t ifdr_desc[IF_DESCSIZE]; /* opaque data */
H A Ddlil_var_private.h238 u_int8_t dl_if_descstorage[IF_DESCSIZE]; /* desc storage */
H A Dntstat.h755 #ifndef IF_DESCSIZE
756 #define IF_DESCSIZE 128 macro
763 char description[IF_DESCSIZE];
H A Ddlil_ctl.c148 ifp1->if_desc.ifd_maxlen = IF_DESCSIZE; in dlil_if_acquire()
H A Ddlil.c5110 VERIFY(ifp->if_desc.ifd_maxlen == IF_DESCSIZE); in ifnet_attach()
5894 VERIFY(ifp->if_desc.ifd_maxlen == IF_DESCSIZE); in ifnet_detach_final()
5897 bzero(ifp->if_desc.ifd_desc, IF_DESCSIZE); in ifnet_detach_final()