Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-nflog.c64 } nflog_tlv_t; typedef
66 #define NFLOG_TLV_LEN sizeof(nflog_tlv_t)
165 const nflog_tlv_t *tlv; in nflog_if_print()
171 tlv = (const nflog_tlv_t *) p; in nflog_if_print()
/dragonfly/contrib/libpcap/
H A Dpcap-common.c1599 nflog_tlv_t *tlv; in swap_nflog_header()
1619 while (caplen >= sizeof(nflog_tlv_t)) { in swap_nflog_header()
1620 tlv = (nflog_tlv_t *) p; in swap_nflog_header()
1632 if (size < sizeof(nflog_tlv_t)) { in swap_nflog_header()
/dragonfly/contrib/libpcap/pcap/
H A Dnflog.h54 } nflog_tlv_t; typedef