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

/external/libnl/lib/
H A Dattr.c449 int nla_type(const struct nlattr *nla) function
451 return nla->nla_type & NLA_TYPE_MASK;
531 int minlen = 0, type = nla_type(nla);
592 int type = nla_type(nla);
595 fprintf(stderr, "Illegal nla->nla_type == 0\n");
671 if (nla_type(nla) == attrtype)
809 nla->nla_type = attrtype;
H A Dmsg.c935 fprintf(ofd, " [ATTR %02d%s] %d octets\n", nla_type(nla),
936 nla->nla_type & NLA_F_NESTED ? " NESTED" : "",
939 if (nla->nla_type & NLA_F_NESTED)
/external/libnl/include/linux/
H A Dnetlink.h129 __u16 nla_type; member in struct:nlattr
133 * nla_type (16 bits)
/external/iproute2/include/linux/
H A Dnetlink.h131 __u16 nla_type; member in struct:nlattr
135 * nla_type (16 bits)
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h163 __u16 nla_type; member in struct:nlattr
167 * nla_type (16 bits)
/external/libnl/include/netlink/
H A Dattr.h77 extern int nla_type(const struct nlattr *);
/external/libnl/lib/netfilter/
H A Dqueue_msg.c242 nla.nla_type = NFQA_PAYLOAD;
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc115 attr.nla_type = type;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c3561 switch (nla_type(nl_mode)) {
3627 int ift = nla_type(nl_mode);
6626 if (phy_info->last_mode != nl_band->nla_type) {
6652 phy_info->last_mode = nl_band->nla_type;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c3561 switch (nla_type(nl_mode)) {
3627 int ift = nla_type(nl_mode);
6626 if (phy_info->last_mode != nl_band->nla_type) {
6652 phy_info->last_mode = nl_band->nla_type;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c3561 switch (nla_type(nl_mode)) {
3627 int ift = nla_type(nl_mode);
6626 if (phy_info->last_mode != nl_band->nla_type) {
6652 phy_info->last_mode = nl_band->nla_type;

Completed in 4597 milliseconds