Home
last modified time | relevance | path

Searched refs:nla_type (Results 1 – 11 of 11) sorted by relevance

/external/libnl/lib/
Dattr.c449 int nla_type(const struct nlattr *nla) in nla_type() function
451 return nla->nla_type & NLA_TYPE_MASK; in nla_type()
531 int minlen = 0, type = nla_type(nla); in validate_nla()
592 int type = nla_type(nla); in nla_parse()
671 if (nla_type(nla) == attrtype) in nla_find()
809 nla->nla_type = attrtype; in nla_reserve()
Dmsg.c935 fprintf(ofd, " [ATTR %02d%s] %d octets\n", nla_type(nla), in dump_attrs()
936 nla->nla_type & NLA_F_NESTED ? " NESTED" : "", in dump_attrs()
939 if (nla->nla_type & NLA_F_NESTED) in dump_attrs()
/external/iw/
Dinfo.c135 if (last_band != nl_band->nla_type) { in print_phy_handler()
136 printf("\tBand %d:\n", nl_band->nla_type + 1); in print_phy_handler()
139 last_band = nl_band->nla_type; in print_phy_handler()
321 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); in print_phy_handler()
327 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); in print_phy_handler()
386 iftype_name(nla_type(nl_mode))); in print_phy_handler()
437 printf("\t\t * %s:", iftype_name(nla_type(nl_if))); in print_phy_handler()
452 printf("\t\t * %s:", iftype_name(nla_type(nl_if))); in print_phy_handler()
/external/libnl/include/linux/
Dnetlink.h129 __u16 nla_type; member
/external/iproute2/include/linux/
Dnetlink.h167 __u16 nla_type; member
/external/kernel-headers/original/uapi/linux/
Dnetlink.h167 __u16 nla_type; member
/external/libnl/include/netlink/
Dattr.h77 extern int nla_type(const struct nlattr *);
/external/libnl/lib/netfilter/
Dqueue_msg.c242 nla.nla_type = NFQA_PAYLOAD; in nfnl_queue_msg_send_verdict_payload()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c112 switch (nla_type(nl_mode)) { in wiphy_info_supported_iftypes()
181 int ift = nla_type(nl_mode); in wiphy_info_iface_comb_process()
1188 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()
1216 phy_info->last_mode = nl_band->nla_type; in phy_info_band()
/external/autotest/client/deps/iwcap/src/
Diwcap.c230 if (nl_mode->nla_type == nl_type) in check_iftype()
/external/dhcpcd-6.8.2/
Dif-linux.c927 #define NLA_TYPE(nla) ((nla)->nla_type & NLA_TYPE_MASK)
958 nla->nla_type = type; in nla_put_32()
981 nla->nla_type = type; in nla_put_string()