Searched refs:nla_type (Results 1 – 11 of 11) sorted by relevance
/external/libnl/lib/ |
D | attr.c | 449 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()
|
D | msg.c | 935 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/ |
D | info.c | 135 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/ |
D | netlink.h | 129 __u16 nla_type; member
|
/external/iproute2/include/linux/ |
D | netlink.h | 167 __u16 nla_type; member
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 167 __u16 nla_type; member
|
/external/libnl/include/netlink/ |
D | attr.h | 77 extern int nla_type(const struct nlattr *);
|
/external/libnl/lib/netfilter/ |
D | queue_msg.c | 242 nla.nla_type = NFQA_PAYLOAD; in nfnl_queue_msg_send_verdict_payload()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_capa.c | 112 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/ |
D | iwcap.c | 230 if (nl_mode->nla_type == nl_type) in check_iftype()
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 927 #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()
|