Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:hdr

50 nflog_hdr_print(struct netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length)
52 ND_PRINT((ndo, "version %d, resource ID %d", hdr->nflog_version, ntohs(hdr->nflog_rid)));
57 hdr->nflog_family),
58 hdr->nflog_family));
63 hdr->nflog_family)));
73 const nflog_hdr_t *hdr = (const nflog_hdr_t *)p;
85 if (!(hdr->nflog_version) == 0) {
86 ND_PRINT((ndo, "version %u (unknown)", hdr->nflog_version));
91 nflog_hdr_print(ndo, hdr, length);
143 switch (hdr->nflog_family) {
157 nflog_hdr_print(ndo, hdr,