Searched refs:ETHER_ALIGN (Results 1 – 5 of 5) sorted by relevance
107 eh = (struct ether_header *)((uintptr_t)ptr + ETHER_ALIGN); in readether()
129 eh = (struct ether_header *)((uintptr_t)pkt + ETHER_ALIGN); in arpwhohas()
186 buf = malloc(bufsz + ETHER_ALIGN); in efinet_get()189 ptr = buf + ETHER_ALIGN; in efinet_get()
513 buf = malloc(size + ETHER_ALIGN); in pxe_netif_receive_isr()517 ptr = buf + ETHER_ALIGN; in pxe_netif_receive_isr()
29 #define ETHER_ALIGN 2 /* driver adjust for IP hdr alignment */ macro