HomeSort by relevance Sort by last modified time
    Searched refs:NLA_U8 (Results 1 - 6 of 6) sorted by null

  /external/libnl/lib/netfilter/
ct.c 74 [CTA_PROTO_NUM] = { .type = NLA_U8 },
78 [CTA_PROTO_ICMP_TYPE] = { .type = NLA_U8 },
79 [CTA_PROTO_ICMP_CODE] = { .type = NLA_U8 },
81 [CTA_PROTO_ICMPV6_TYPE] = { .type = NLA_U8 },
82 [CTA_PROTO_ICMPV6_CODE] = { .type = NLA_U8 },
90 [CTA_PROTOINFO_TCP_STATE] = { .type = NLA_U8 },
91 [CTA_PROTOINFO_TCP_WSCALE_ORIGINAL] = { .type = NLA_U8 },
92 [CTA_PROTOINFO_TCP_WSCALE_REPLY] = { .type = NLA_U8 },
  /external/libnl/lib/route/sch/
dsmark.c 56 [TCA_DSMARK_VALUE] = { .type = NLA_U8 },
57 [TCA_DSMARK_MASK] = { .type = NLA_U8 },
  /external/libnl/include/netlink/
attr.h 39 NLA_U8, /**< 8 bit integer */
  /external/libnl/lib/
attr.c 150 * @par Integers (NLA_U8, NLA_U16, NLA_U32, NLA_U64)
520 [NLA_U8] = sizeof(uint8_t),
    [all...]
  /external/libnl/lib/route/
link.c 241 [IFLA_OPERSTATE]= { .type = NLA_U8 },
242 [IFLA_LINKMODE] = { .type = NLA_U8 },
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 194 milliseconds