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

  /external/libnl-headers/netlink/genl/
genl.h 36 extern void * genlmsg_data(const struct genlmsghdr *);
37 extern int genlmsg_len(const struct genlmsghdr *);
38 extern struct nlattr * genlmsg_attrdata(const struct genlmsghdr *, int);
39 extern int genlmsg_attrlen(const struct genlmsghdr *, int);
mngt.h 29 struct genlmsghdr * genlhdr;
  /bionic/libc/kernel/common/linux/
genetlink.h 27 struct genlmsghdr { struct
34 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /external/iproute2/include/linux/
genetlink.h 12 struct genlmsghdr { struct
18 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /external/kernel-headers/original/linux/
genetlink.h 12 struct genlmsghdr { struct
18 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
genetlink.h 11 struct genlmsghdr { struct
17 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genetlink.h 11 struct genlmsghdr { struct
17 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genetlink.h 11 struct genlmsghdr { struct
17 #define GENL_HDRLEN NLMSG_ALIGN(sizeof(struct genlmsghdr))
  /system/core/libnl_2/genl/
genl.c 30 struct nlattr *genlmsg_attrdata(const struct genlmsghdr *gnlh, int hdrlen)
38 int genlmsg_attrlen(const struct genlmsghdr *gnlh, int hdrlen)
55 struct genlmsghdr *gmh;
75 /* Setup genlmsghdr in new message */
76 gmh = (struct genlmsghdr *) ((char *)nlh + NLMSG_HDRLEN);
97 char sendbuf[sizeof(struct nlmsghdr)+sizeof(struct genlmsghdr)];
99 struct genlmsghdr gmhhdr;
  /external/iproute2/genl/
ctrl.c 46 struct genlmsghdr *ghdr;
77 struct genlmsghdr *ghdr = NLMSG_DATA(nlh);
184 struct genlmsghdr *ghdr = NLMSG_DATA(n);
288 struct genlmsghdr *ghdr;
  /external/iproute2/ip/
ipl2tp.c 97 struct genlmsghdr g;
130 struct genlmsghdr g;
153 struct genlmsghdr g;
195 struct genlmsghdr g;
269 struct genlmsghdr *ghdr;
372 struct genlmsghdr g;
415 struct genlmsghdr g;
722 struct genlmsghdr *ghdr = NLMSG_DATA(nlh);
759 struct genlmsghdr g;
  /hardware/ti/wlan/mac80211/ti-utils/
plt.c 162 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
502 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 633 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
703 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
843 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
    [all...]

Completed in 109 milliseconds