Home
last modified time | relevance | path

Searched refs:NLE_ATTRSIZE (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/
Derrno.h53 #define NLE_ATTRSIZE 34 macro
55 #define NLE_MAX NLE_ATTRSIZE
/external/libnl/lib/
Derror.c51 [NLE_ATTRSIZE] = "Attribute max length exceeded",
Dattr.c931 return (len == NLA_HDRLEN) ? 0 : -NLE_ATTRSIZE; in _nest_end()