OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLA_U16
(Results
1 - 6
of
6
) sorted by null
/external/libnl/lib/route/sch/
dsmark.c
53
[TCA_DSMARK_INDICES] = { .type =
NLA_U16
},
54
[TCA_DSMARK_DEFAULT_INDEX] = { .type =
NLA_U16
},
/external/libnl/include/netlink/
attr.h
40
NLA_U16
, /**< 16 bit integer */
/external/libnl/lib/netfilter/
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/genl/
ctrl.c
41
[CTRL_ATTR_FAMILY_ID] = { .type =
NLA_U16
},
/external/libnl/lib/
attr.c
150
* @par Integers (NLA_U8,
NLA_U16
, NLA_U32, NLA_U64)
521
[
NLA_U16
] = sizeof(uint16_t),
[
all
...]
/external/libnl/lib/route/link/
vlan.c
65
[IFLA_VLAN_ID] = { .type =
NLA_U16
},
Completed in 53 milliseconds