HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_ALIGNTO (Results 51 - 52 of 52) sorted by null

1 23

  /external/iproute2/include/linux/
netlink.h 78 #define NLMSG_ALIGNTO 4U
79 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
  /external/kernel-headers/original/linux/
netlink.h 75 #define NLMSG_ALIGNTO 4U
76 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )

Completed in 8214 milliseconds

1 23