libnl 3.7.0
|
Attribute validation policy. More...
#include <attr.h>
Data Fields | |
uint16_t | type |
Type of attribute or NLA_UNSPEC. More... | |
uint16_t | minlen |
Minimal length of payload required. More... | |
uint16_t | maxlen |
Maximal length of payload allowed. More... | |
Attribute validation policy.
See section Attribute Parsing (Netlink Core Library Development Guide) for more details.
uint16_t nla_policy::minlen |