swapl            108 pack.c         #define swapf(x)	swapl(x)
swapl            124 pack.c         #define swapd(x)	swapl(x)
swapl            139 pack.c             utmp[0] = swapl(utmp[1]);
swapl            140 pack.c             utmp[1] = swapl(utmp0);
swapl            194 pack.c         #define ntohl(x) (endian()?(x):swapl(x))
swapl            198 pack.c         #define htonl(x) (endian()?(x):swapl(x))
swapl            202 pack.c         #define htovl(x) (endian()?swapl(x):(x))
swapl            206 pack.c         #define vtohl(x) (endian()?swapl(x):(x))
swapl            222 pack.c         #define htovl(x) swapl(x)
swapl            226 pack.c         #define vtohl(x) swapl(x)
swapl            236 pack.c         #define ntohl(x) swapl(x)
swapl            238 pack.c         #define htonl(x) swapl(x)