Home
last modified time | relevance | path

Searched refs:nfhdr (Results 1 – 6 of 6) sorted by relevance

/external/libnetfilter_conntrack/src/expect/
Dparse.c33 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in __parse_expect() local
36 exp->expected.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()
39 exp->mask.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()
42 exp->master.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()
95 exp->nat.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()
Dapi.c627 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in nfexp_parse_expect() local
643 nfnl_parse_attr(cda, CTA_EXPECT_MAX, NFA_DATA(nfhdr), len); in nfexp_parse_expect()
/external/libnetfilter_conntrack/src/conntrack/
Dparse.c514 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in __parse_conntrack() local
517 ct->head.orig.l3protonum = nfhdr->nfgen_family; in __parse_conntrack()
525 ct->repl.l3protonum = nfhdr->nfgen_family; in __parse_conntrack()
533 ct->master.l3protonum = nfhdr->nfgen_family; in __parse_conntrack()
Dparse_mnl.c985 struct nfgenmsg *nfhdr = mnl_nlmsg_get_payload(nlh); in nfct_nlmsg_parse() local
987 return nfct_payload_parse((uint8_t *)nfhdr + sizeof(struct nfgenmsg), in nfct_nlmsg_parse()
989 nfhdr->nfgen_family, ct); in nfct_nlmsg_parse()
Dapi.c913 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in nfct_parse_conntrack() local
929 nfnl_parse_attr(cda, CTA_MAX, NFA_DATA(nfhdr), len); in nfct_parse_conntrack()
/external/libpcap/
Dpcap-common.c1598 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf; in swap_nflog_header() local
1610 if (nfhdr->nflog_version != 0) { in swap_nflog_header()