libnl  3.2.3
nla_policy Struct Reference

Attribute validation policy. More...

#include <attr.h>

Data Fields

uint16_t type
 Type of attribute or NLA_UNSPEC.
uint16_t minlen
 Minimal length of payload required.
uint16_t maxlen
 Maximal length of payload allowed.

Detailed Description

Attribute validation policy.

See Attribute Data Types for more details.

Definition at line 60 of file attr.h.