HomeSort by relevance Sort by last modified time
    Searched refs:nfg (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/netfilter/
nfnl.c 31 * nfnlmsg_attrdata(nfg, hdrlen)-----^
151 struct nfgenmsg *nfg = nlmsg_data(nlh); local
153 return nfg->nfgen_family;
162 struct nfgenmsg *nfg = nlmsg_data(nlh); local
164 return ntohs(nfg->res_id);
176 struct nfgenmsg *nfg; local
178 nfg = nlmsg_reserve(msg, sizeof(*nfg), NLMSG_ALIGNTO);
179 if (nfg == NULL)
182 nfg->nfgen_family = family
    [all...]
  /external/libpcap/
pcap-netfilter-linux.c 131 const struct nfgenmsg *nfg; local
142 nfg = NLMSG_DATA(nlh);
144 struct nfattr *attr = NFM_NFA(nfg);
198 nfqueue_send_verdict(handle, ntohs(nfg->res_id), id, NF_ACCEPT);
249 struct nfgenmsg *nfg = (struct nfgenmsg *) (buf + sizeof(struct nlmsghdr)); local
264 nfg->nfgen_family = family;
265 nfg->version = NFNETLINK_V0;
266 nfg->res_id = htons(res_id);

Completed in 378 milliseconds