Searched refs:nla_type (Results 1 - 13 of 13) sorted by relevance
/external/libnl/lib/ |
H A D | attr.c | 449 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 D | msg.c | 935 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/iw/ |
H A D | info.c | 135 if (last_band != nl_band->nla_type) { 136 printf("\tBand %d:\n", nl_band->nla_type + 1); 139 last_band = nl_band->nla_type; 321 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); 327 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); 386 iftype_name(nla_type(nl_mode))); 437 printf("\t\t * %s:", iftype_name(nla_type(nl_if))); 452 printf("\t\t * %s:", iftype_name(nla_type(nl_if)));
|
/external/libnl/include/linux/ |
H A D | netlink.h | 129 __u16 nla_type; member in struct:nlattr 133 * nla_type (16 bits)
|
/external/iproute2/include/linux/ |
H A D | netlink.h | 167 __u16 nla_type; member in struct:nlattr 171 * nla_type (16 bits)
|
/external/kernel-headers/original/uapi/linux/ |
H A D | netlink.h | 167 __u16 nla_type; member in struct:nlattr 171 * nla_type (16 bits)
|
/external/libnl/include/netlink/ |
H A D | attr.h | 77 extern int nla_type(const struct nlattr *);
|
/external/libnl/lib/netfilter/ |
H A D | queue_msg.c | 242 nla.nla_type = NFQA_PAYLOAD;
|
/external/autotest/client/deps/iwcap/src/ |
H A D | iwcap.c | 230 if (nl_mode->nla_type == nl_type)
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver_nl80211_capa.c | 112 switch (nla_type(nl_mode)) { 181 int ift = nla_type(nl_mode); 1188 if (phy_info->last_mode != nl_band->nla_type) { 1216 phy_info->last_mode = nl_band->nla_type;
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_nl80211_capa.c | 112 switch (nla_type(nl_mode)) { 181 int ift = nla_type(nl_mode); 1188 if (phy_info->last_mode != nl_band->nla_type) { 1216 phy_info->last_mode = nl_band->nla_type;
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_nl80211_capa.c | 112 switch (nla_type(nl_mode)) { 181 int ift = nla_type(nl_mode); 1188 if (phy_info->last_mode != nl_band->nla_type) { 1216 phy_info->last_mode = nl_band->nla_type;
|
/external/dhcpcd-6.8.2/ |
H A D | if-linux.c | 927 #define NLA_TYPE(nla) ((nla)->nla_type & NLA_TYPE_MASK) 958 nla->nla_type = type; 981 nla->nla_type = type;
|
Completed in 518 milliseconds