Searched refs:SALIGN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dgetifmaddrs.c47 #define SALIGN (sizeof(uint32_t) - 1) macro
48 #define SA_RLEN(sa) ((sa)->sa_len ? (((sa)->sa_len + SALIGN) & ~SALIGN) : \
49 (SALIGN + 1))
H A Dgetifaddrs.c55 #define SALIGN (sizeof(int32_t) - 1) macro
56 #define SA_RLEN(sa) ((sa)->sa_len ? (((sa)->sa_len + SALIGN) & ~SALIGN) : (SALIGN + 1))
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmcast.c147 #define SALIGN (sizeof(uint32_t) - 1) macro
148 #define SA_RLEN(sa) (sa ? ((sa)->sa_len ? (((sa)->sa_len + SALIGN) & ~SALIGN) : \
149 (SALIGN + 1)) : 0)

Completed in 165 milliseconds