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

/external/libpcap/
H A Dpcap-netfilter-linux.c70 #define HDR_LENGTH (NLMSG_LENGTH(NLMSG_ALIGN(sizeof(struct nfgenmsg)))) macro
136 if (nlh->nlmsg_len < HDR_LENGTH) {
142 if (nlh->nlmsg_len > HDR_LENGTH) {
144 int attr_len = nlh->nlmsg_len - NLMSG_ALIGN(HDR_LENGTH);

Completed in 77 milliseconds