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

  /external/libnl/lib/route/
neightbl.c 467 NLA_PUT_U32(m, NDTA_THRESH1, tmpl->nt_gc_thresh1);
470 NLA_PUT_U32(m, NDTA_THRESH2, tmpl->nt_gc_thresh2);
473 NLA_PUT_U32(m, NDTA_THRESH2, tmpl->nt_gc_thresh2);
487 NLA_PUT_U32(parms, NDTPA_IFINDEX,
492 NLA_PUT_U32(parms, NDTPA_QUEUE_LEN, p->ntp_queue_len);
495 NLA_PUT_U32(parms, NDTPA_APP_PROBES, p->ntp_app_probes);
498 NLA_PUT_U32(parms, NDTPA_UCAST_PROBES,
502 NLA_PUT_U32(parms, NDTPA_MCAST_PROBES,
506 NLA_PUT_U32(parms, NDTPA_PROXY_QLEN,
rule.c 429 NLA_PUT_U32(msg, RTA_PRIORITY, tmpl->r_prio);
432 NLA_PUT_U32(msg, RTA_PROTOINFO, tmpl->r_mark);
435 NLA_PUT_U32(msg, RTA_FLOW, tmpl->r_realms);
route_obj.c 1109 NLA_PUT_U32(msg, RTA_TABLE, route->rt_table);
1113 NLA_PUT_U32(msg, RTA_PRIORITY, route->rt_prio);
1122 NLA_PUT_U32(msg, RTA_IIF, route->rt_iif);
1133 NLA_PUT_U32(msg, i, val);
1162 NLA_PUT_U32(msg, RTA_FLOW, nh->rtnh_realms);
link.c 890 NLA_PUT_U32(msg, IFLA_MTU, tmpl->l_mtu);
893 NLA_PUT_U32(msg, IFLA_TXQLEN, tmpl->l_txqlen);
896 NLA_PUT_U32(msg, IFLA_WEIGHT, tmpl->l_weight);
    [all...]
  /external/libnl/lib/route/cls/
u32.c 309 NLA_PUT_U32(msg, TCA_U32_DIVISOR, u->cu_divisor);
312 NLA_PUT_U32(msg, TCA_U32_HASH, u->cu_hash);
315 NLA_PUT_U32(msg, TCA_U32_CLASSID, u->cu_classid);
318 NLA_PUT_U32(msg, TCA_U32_LINK, u->cu_link);
basic.c 133 NLA_PUT_U32(msg, TCA_BASIC_CLASSID, b->b_classid);
fw.c 123 NLA_PUT_U32(msg, TCA_FW_CLASSID, f->cf_classid);
  /external/libnl/include/netlink/
attr.h 106 extern int nla_put_u32(struct nl_msg *, int, uint32_t);
187 #define NLA_PUT_U32(msg, attrtype, value) \
  /external/libpcap/
pcap-linux.c 659 NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, ifindex);
661 NLA_PUT_U32(msg, NL80211_ATTR_IFTYPE, NL80211_IFTYPE_MONITOR);
755 NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, ifindex);
    [all...]

Completed in 446 milliseconds