HomeSort by relevance Sort by last modified time
    Searched refs:GENL_HDRLEN (Results 1 - 7 of 7) sorted by null

  /external/libnl-headers/
netlink-generic.h 18 #define GENL_HDRSIZE(hdrlen) (GENL_HDRLEN + (hdrlen))
  /bionic/libc/kernel/common/linux/
genetlink.h 34 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /external/iproute2/include/linux/
genetlink.h 18 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /external/kernel-headers/original/linux/
genetlink.h 18 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
genetlink.h 17 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /external/iproute2/genl/
ctrl.c 56 nlh->nlmsg_len = NLMSG_LENGTH(GENL_HDRLEN);
92 len -= NLMSG_LENGTH(GENL_HDRLEN);
99 attrs = (struct rtattr *) ((char *) ghdr + GENL_HDRLEN);
205 len -= NLMSG_LENGTH(GENL_HDRLEN);
212 attrs = (struct rtattr *) ((char *) ghdr + GENL_HDRLEN);
299 nlh->nlmsg_len = NLMSG_LENGTH(GENL_HDRLEN);
  /system/core/libnl_2/genl/
genl.c 30 ((char *) gnlh + GENL_HDRLEN + NLMSG_ALIGN(hdrlen));
55 new_size = NLMSG_HDRLEN + GENL_HDRLEN + hdrlen;
213 nlmsg_attrdata(nlh, GENL_HDRLEN),
214 nlmsg_attrlen(nlh, GENL_HDRLEN),

Completed in 433 milliseconds