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

  /system/core/libnl_2/
msg.c 121 int nlmsg_datalen(const struct nlmsghdr *nlh) function
129 return nlmsg_datalen(nlh) - NLMSG_ALIGN(hdrlen);
  /external/libnl-headers/netlink/
msg.h 54 extern int nlmsg_datalen(const struct nlmsghdr *);

Completed in 19 milliseconds