Searched defs:nfhdr (Results 1 - 6 of 6) sorted by relevance

/external/libnetfilter_conntrack/src/expect/
H A Dparse.c33 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); local
36 exp->expected.orig.l3protonum = nfhdr->nfgen_family;
39 exp->mask.orig.l3protonum = nfhdr->nfgen_family;
42 exp->master.orig.l3protonum = nfhdr->nfgen_family;
95 exp->nat.orig.l3protonum = nfhdr->nfgen_family;
H A Dapi.c627 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); local
643 nfnl_parse_attr(cda, CTA_EXPECT_MAX, NFA_DATA(nfhdr), len);
/external/libnetfilter_conntrack/src/conntrack/
H A Dparse.c512 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); local
515 ct->head.orig.l3protonum = nfhdr->nfgen_family;
523 ct->repl.l3protonum = nfhdr->nfgen_family;
531 ct->master.l3protonum = nfhdr->nfgen_family;
H A Dparse_mnl.c985 struct nfgenmsg *nfhdr = mnl_nlmsg_get_payload(nlh); local
987 return nfct_payload_parse((uint8_t *)nfhdr + sizeof(struct nfgenmsg),
989 nfhdr->nfgen_family, ct);
H A Dapi.c913 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); local
929 nfnl_parse_attr(cda, CTA_MAX, NFA_DATA(nfhdr), len);
/external/libpcap/
H A Dpcap-common.c1313 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf; local
1324 if (nfhdr->nflog_version != 0) {

Completed in 305 milliseconds