Searched refs:ETHERIP_ALIGN (Results 1 – 4 of 4) sorted by relevance
282 len += ETHERIP_ALIGN; in in_gif_output()290 KASSERT(len == 0 || len == ETHERIP_ALIGN, in in_gif_output()293 m->m_len -= ETHERIP_ALIGN; in in_gif_output()
300 len += ETHERIP_ALIGN; in in6_gif_output()308 KASSERT(len == 0 || len == ETHERIP_ALIGN, in in6_gif_output()311 m->m_len -= ETHERIP_ALIGN; in in6_gif_output()
98 #define ETHERIP_ALIGN 2 macro