Home
last modified time | relevance | path

Searched defs:NLA_HDRLEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_ctl.h50 #define NLA_HDRLEN ((uint16_t)sizeof(struct nlattr)) macro
H A Dnetlink.h260 #define NLA_HDRLEN ((int)sizeof(struct nlattr)) macro
H A Dnetlink_snl.h56 #define NLA_HDRLEN ((int)sizeof(struct nlattr)) macro
/freebsd/contrib/libfido2/src/
H A Dnetlink.c38 #define NLA_HDRLEN NLMSG_ALIGN(sizeof(struct nlattr)) macro