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

  /external/libnl/include/netlink/
cache-api.h 31 * .co_hdrsize = sizeof(struct ifinfomsg),
167 int co_hdrsize; member in struct:nl_cache_ops
  /external/libnl/lib/genl/
mngt.c 59 * .co_hdrsize = GENL_HDRSIZE(sizeof(struct my_hdr)),
127 err = nlmsg_parse(nlh, ops->co_hdrsize, tb, cmd->c_maxattr,
181 if (ops->co_hdrsize < GENL_HDRSIZE(0)) {
ctrl.c 284 .co_hdrsize = GENL_HDRSIZE(0),
  /external/libnl/src/
nl-list-caches.c 40 ops->co_name, ops->co_hdrsize,
  /external/libnl/lib/route/
class.c 281 .co_hdrsize = sizeof(struct tcmsg),
route.c 177 .co_hdrsize = sizeof(struct rtmsg),
cls.c 318 .co_hdrsize = sizeof(struct tcmsg),
qdisc.c 445 .co_hdrsize = sizeof(struct tcmsg),
neigh.c 863 .co_hdrsize = sizeof(struct ndmsg),
neightbl.c 792 .co_hdrsize = sizeof(struct rtgenmsg),
rule.c 774 .co_hdrsize = sizeof(struct rtmsg),
addr.c 1029 .co_hdrsize = sizeof(struct ifaddrmsg),
link.c     [all...]
  /external/libnl/lib/
msg.c 997 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize);
1008 attrs = nlmsg_attrdata(hdr, ops->co_hdrsize);
1009 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize);
cache.c 639 if (!nlmsg_valid_hdr(nlh, ops->co_hdrsize))
  /external/libnl/lib/fib_lookup/
lookup.c 329 .co_hdrsize = sizeof(struct fib_result_nl),
  /external/libnl/lib/netfilter/
log_msg.c 189 .co_hdrsize = NFNL_HDRLEN,
queue_msg.c 264 .co_hdrsize = NFNL_HDRLEN,
ct.c 577 .co_hdrsize = NFNL_HDRLEN,

Completed in 397 milliseconds