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

  /external/libnl/lib/
handlers.c 55 print_header_content(ofd, nlmsg_hdr(msg));
66 print_header_content(ofd, nlmsg_hdr(msg));
77 print_header_content(ofd, nlmsg_hdr(msg));
101 print_header_content(ofd, nlmsg_hdr(msg));
112 print_header_content(ofd, nlmsg_hdr(msg));
143 print_header_content(ofd, nlmsg_hdr(msg));
154 print_header_content(ofd, nlmsg_hdr(msg));
cache_mngr.c 105 int type = nlmsg_hdr(msg)->nlmsg_type;
138 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p);
msg.c 644 struct nlmsghdr *nlmsg_hdr(struct nl_msg *n) function
841 nlmsg_hdr(msg)->nlmsg_type);
846 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p);
900 struct nlmsghdr *nlh = nlmsg_hdr(msg);
967 struct nlmsghdr *hdr = nlmsg_hdr(msg);
nl.c 33 * nl_send(sk, nlmsg_hdr(msg));
38 * nl_sendmsg(sk, nlmsg_hdr(msg), &hdr);
45 * nl_send_auto_complete(sk, nlmsg_hdr(msg));
284 .iov_base = (void *) nlmsg_hdr(msg),
285 .iov_len = nlmsg_hdr(msg)->nlmsg_len,
295 nlh = nlmsg_hdr(msg);
cache.c 674 return nl_cache_parse(cache->c_ops, NULL, nlmsg_hdr(msg), &p);
  /external/android-clat/
getaddr.c 50 ifa_p = (struct ifaddrmsg *)nlmsg_data(nlmsg_hdr(msg));
59 rta_len = RTM_PAYLOAD(nlmsg_hdr(msg));
  /external/libnl/include/netlink/
msg.h 83 extern struct nlmsghdr * nlmsg_hdr(struct nl_msg *);
  /external/libnl/lib/netfilter/
queue_msg.c 239 iov[0].iov_base = (void *) nlmsg_hdr(nlmsg);
240 iov[0].iov_len = nlmsg_hdr(nlmsg)->nlmsg_len;
244 nlmsg_hdr(nlmsg)->nlmsg_len += nla.nla_len;
  /external/nfacct/
nfacct.c 158 struct nlattr *nla = nlmsg_attrdata(nlmsg_hdr(msg),
164 ret = nlmsg_parse(nlmsg_hdr(msg),
  /external/libnl/lib/route/
cls.c 94 tchdr = nlmsg_data(nlmsg_hdr(*result));

Completed in 70 milliseconds