Home
last modified time | relevance | path

Searched refs:NLMSG_PAYLOAD (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/wpa/src/drivers/
HDnetlink.c28 if (cb == NULL || NLMSG_PAYLOAD(h, 0) < sizeof(struct ifinfomsg)) in netlink_receive_link()
32 NLMSG_PAYLOAD(h, sizeof(struct ifinfomsg))); in netlink_receive_link()
HDpriv_netlink.h60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) macro
/freebsd-14-stable/sys/netlink/route/
HDifaddrs.h47 #define IFA_PAYLOAD(_hdr) NLMSG_PAYLOAD(_hdr, _NL_IFA_HDRLEN)
HDinterface.h52 #define IFLA_PAYLOAD(_ifi) NLMSG_PAYLOAD(_ifi, _IFINFO_HDRLEN)
HDroute.h132 #define RTM_PAYLOAD(_hdr) NLMSG_PAYLOAD((_hdr), NL_RTM_HDRLEN)
/freebsd-14-stable/sys/netlink/
HDnetlink.h223 #define NLMSG_PAYLOAD(_hdr,_len) (_NLMSG_LEN(_hdr) - NLMSG_SPACE((_len))) macro
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDgetifaddrs.c644 rtasize = NLMSG_PAYLOAD(nlh, nlmlen) - NLMSG_ALIGN(nlm_struct_size); in rk_getifaddrs()