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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_pat.h61 #define ENET_LLC_SIZE (sizeof(enet_header_t)+sizeof(llc_header_t)) macro
H A Ddrv_dep.c241 if (m->m_len < ENET_LLC_SIZE &&
242 (m = m_pullup(m, ENET_LLC_SIZE)) == 0) {
272 m->m_data += ENET_LLC_SIZE;
273 m->m_len -= ENET_LLC_SIZE;

Completed in 20 milliseconds