Home
last modified time | relevance | path

Searched refs:NLMSG_ALIGNTO (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink.h214 #define NLMSG_ALIGNTO NL_ITEM_ALIGN_SIZE macro
227 #define NLMSG_ALIGNTO 4U macro
228 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
/freebsd/contrib/wpa/src/drivers/
H A Dpriv_netlink.h48 #define NLMSG_ALIGNTO 4 macro
49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
H A Ddriver_nl80211.c10083 if (nlmsg_append(msg, (void *) data, data_len, NLMSG_ALIGNTO) < in nl80211_vendor_cmd()
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c830 nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO); in process_get_neigh()