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

/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-netfilter-linux.c123 const struct nfgenmsg *nfg; local
134 nfg = NLMSG_DATA(nlh);
136 struct nfattr *attr = NFM_NFA(nfg);
190 nfqueue_send_verdict(handle, ntohs(nfg->res_id), id, NF_ACCEPT);
239 struct nfgenmsg *nfg = (struct nfgenmsg *) (buf + sizeof(struct nlmsghdr)); local
254 nfg->nfgen_family = family;
255 nfg->version = NFNETLINK_V0;
256 nfg->res_id = htons(res_id);

Completed in 51 milliseconds