Home
last modified time | relevance | path

Searched refs:bswap_16 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbyteswap.h18 #define bswap_16(x) __bswap_16(x) macro
H A Dnic.c252 new = bswap_16(new); in add_ipchksums()