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

  /external/libnl/include/netlink/
utils.h 117 #define NL_CAPABILITY_MAX (__NL_CAPABILITY_MAX - 1)
  /external/libnl/lib/
utils.c 1152 static const uint8_t caps[ ( NL_CAPABILITY_MAX + 7 ) / 8 ] = {
1177 if (capability <= 0 || capability > NL_CAPABILITY_MAX)

Completed in 79 milliseconds