Searched refs:AT_LLC_SIZE (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/netatalk/ |
| D | aarp.c | 235 eh->ether_type = htons(AT_LLC_SIZE + sizeof(struct ether_aarp)); 236 M_PREPEND( m, AT_LLC_SIZE, M_DONTWAIT ); 524 eh->ether_type = htons( AT_LLC_SIZE + 526 M_PREPEND( m, AT_LLC_SIZE, M_DONTWAIT ); 664 eh->ether_type = htons( AT_LLC_SIZE + 666 M_PREPEND( m, AT_LLC_SIZE, M_DONTWAIT );
|
| D | at.h | 84 #define AT_LLC_SIZE 8 macro
|
| /mirbsd/src/sys/net/ |
| D | if_ethersubr.c | 329 M_PREPEND(m, AT_LLC_SIZE, M_DONTWAIT); 342 bcopy(&llc, mtod(m, caddr_t), AT_LLC_SIZE); 691 m_adj(m, AT_LLC_SIZE); 701 m_adj(m, AT_LLC_SIZE);
|