Home
last modified time | relevance | path

Searched refs:nflog_version (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-nflog.c54 nd_uint8_t nflog_version; /* version */ member
116 GET_U_1(hdr->nflog_version), GET_BE_U_2(hdr->nflog_rid)); in nflog_hdr_print()
152 if (GET_U_1(hdr->nflog_version) != 0) { in nflog_if_print()
153 ND_PRINT("version %u (unknown)", GET_U_1(hdr->nflog_version)); in nflog_if_print()
/dragonfly/contrib/libpcap/pcap/
H A Dnflog.h46 uint8_t nflog_version; /* version */ member
/dragonfly/contrib/libpcap/
H A Dpcap-common.c1610 if (nfhdr->nflog_version != 0) { in swap_nflog_header()