Searched refs:IF_DESCSIZE (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dntstat.h214 #ifndef IF_DESCSIZE
215 #define IF_DESCSIZE 128 macro
223 char description[IF_DESCSIZE];
H A Dif.h684 #define IF_DESCSIZE 128 macro
691 u_int32_t ifdr_len; /* up to IF_DESCSIZE */
692 u_int8_t ifdr_desc[IF_DESCSIZE]; /* opaque data */
H A Ddlil.c207 u_int8_t dl_if_descstorage[IF_DESCSIZE]; /* desc storage */
5084 VERIFY(ifp->if_desc.ifd_maxlen == IF_DESCSIZE);
5712 VERIFY(ifp->if_desc.ifd_maxlen == IF_DESCSIZE);
5715 bzero(ifp->if_desc.ifd_desc, IF_DESCSIZE);
5979 ifp1->if_desc.ifd_maxlen = IF_DESCSIZE;

Completed in 82 milliseconds