Home
last modified time | relevance | path

Searched refs:ALIGNBYTES (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/
H A Dgetifaddrs.c68 #ifndef ALIGNBYTES
73 #define ALIGNBYTES (sizeof(long long) - 1) macro
76 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES)
153 ALIGNBYTES; in getifaddrs()
170 dcnt += if_data->ifi_datalen + ALIGNBYTES; in getifaddrs()
/f-stack/freebsd/arm/include/
H A Dparam.h80 #define ALIGNBYTES _ALIGNBYTES macro
/f-stack/freebsd/arm64/include/
H A Dparam.h69 #define ALIGNBYTES _ALIGNBYTES macro
/f-stack/freebsd/i386/include/
H A Dparam.h71 #define ALIGNBYTES _ALIGNBYTES macro
/f-stack/freebsd/mips/include/
H A Dparam.h119 #define ALIGNBYTES _ALIGNBYTES macro
/f-stack/freebsd/amd64/include/
H A Dparam.h78 #define ALIGNBYTES _ALIGNBYTES macro
/f-stack/tools/ndp/
H A Dndp.c135 #ifndef ALIGNBYTES
140 #define ALIGNBYTES (sizeof(long long) - 1) macro
143 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES)