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

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pat.h61 #define ENET_LLC_SIZE (sizeof(enet_header_t)+sizeof(llc_header_t)) macro
H A Ddrv_dep.c239 if (m->m_len < ENET_LLC_SIZE &&
240 (m = m_pullup(m, ENET_LLC_SIZE)) == 0) {
270 m->m_data += ENET_LLC_SIZE;
271 m->m_len -= ENET_LLC_SIZE;
H A Dddp.save704 gbuf_prepend(m,ENET_LLC_SIZE);
881 gbuf_rinc(m,(ENET_LLC_SIZE));

Completed in 36 milliseconds