Searched refs:NLA_U16 (Results 1 – 7 of 7) sorted by relevance
/external/libnl/lib/netfilter/ |
D | ct.c | 75 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 }, 76 [CTA_PROTO_DST_PORT] = { .type = NLA_U16 }, 77 [CTA_PROTO_ICMP_ID] = { .type = NLA_U16 }, 80 [CTA_PROTO_ICMPV6_ID] = { .type = NLA_U16 },
|
/external/libnl/lib/route/sch/ |
D | dsmark.c | 53 [TCA_DSMARK_INDICES] = { .type = NLA_U16 }, 54 [TCA_DSMARK_DEFAULT_INDEX] = { .type = NLA_U16 },
|
/external/libnl/include/netlink/ |
D | attr.h | 40 NLA_U16, /**< 16 bit integer */ enumerator
|
/external/libnl/lib/genl/ |
D | ctrl.c | 41 [CTRL_ATTR_FAMILY_ID] = { .type = NLA_U16 },
|
/external/libnl/lib/ |
D | attr.c | 521 [NLA_U16] = sizeof(uint16_t),
|
/external/libnl/lib/route/link/ |
D | vlan.c | 65 [IFLA_VLAN_ID] = { .type = NLA_U16 },
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 2332 [NL80211_RATE_INFO_BITRATE] = { .type = NLA_U16 }, in get_link_signal() 5467 [NL80211_BSS_BEACON_INTERVAL] = { .type = NLA_U16 }, in bss_info_handler() 5468 [NL80211_BSS_CAPABILITY] = { .type = NLA_U16 }, in bss_info_handler()
|