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

  /external/libnl/include/netlink/
attr.h 38 NLA_UNSPEC, /**< Unspecified type, binary data chunk */
61 /** Type of attribute or NLA_UNSPEC */
  /external/libnl/lib/
attr.c 112 * @par Unspecific Attribute (NLA_UNSPEC)
137 * [ATTR_MY_STRICT] = { .type = NLA_UNSPEC,
177 * length. For binary data streams the type NLA_UNSPEC is recommended.
543 else if (pt->type != NLA_UNSPEC)
    [all...]

Completed in 466 milliseconds