Searched refs:HDR_LENGTH (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-netfilter-linux.c70 #define HDR_LENGTH (NLMSG_LENGTH(NLMSG_ALIGN(sizeof(struct nfgenmsg)))) macro
192 if (nlh->nlmsg_len < HDR_LENGTH) {
198 if (nlh->nlmsg_len > HDR_LENGTH) {
200 int attr_len = nlh->nlmsg_len - NLMSG_ALIGN(HDR_LENGTH);

Completed in 52 milliseconds