Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/ofed/libibverbs/
H A Dneigh.c830 nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO); in process_get_neigh()