Home
last modified time | relevance | path

Searched refs:ETHER_ALIGN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dether.c107 eh = (struct ether_header *)((uintptr_t)ptr + ETHER_ALIGN); in readether()
H A Darp.c129 eh = (struct ether_header *)((uintptr_t)pkt + ETHER_ALIGN); in arpwhohas()
/illumos-gate/usr/src/boot/efi/libefi/
H A Definet.c186 buf = malloc(bufsz + ETHER_ALIGN); in efinet_get()
189 ptr = buf + ETHER_ALIGN; in efinet_get()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c513 buf = malloc(size + ETHER_ALIGN); in pxe_netif_receive_isr()
517 ptr = buf + ETHER_ALIGN; in pxe_netif_receive_isr()
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h29 #define ETHER_ALIGN 2 /* driver adjust for IP hdr alignment */ macro