Searched defs:CMSG_ALIGN (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dzebra.h181 #define CMSG_ALIGN(n) (((n) + 3) & ~3) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/
H A Dsocketbits.h228 #define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) ) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c106 # define CMSG_ALIGN(len) _CMSG_DATA_ALIGN (len) macro
109 # define CMSG_ALIGN(len) (((len) + sizeof (long) - 1) & \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsocket.h100 #define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) ) macro

Completed in 102 milliseconds