Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-nflog.c67 } nflog_tlv_t; typedef
69 #define NFLOG_TLV_LEN sizeof(nflog_tlv_t)
178 const nflog_tlv_t *tlv; in nflog_if_print()
184 tlv = (const nflog_tlv_t *) p; in nflog_if_print()
/netbsd/src/external/bsd/libpcap/dist/
Dpcap-util.c398 nflog_tlv_t *tlv; in swap_nflog_header()
418 while (caplen >= sizeof(nflog_tlv_t)) { in swap_nflog_header()
419 tlv = (nflog_tlv_t *) p; in swap_nflog_header()
431 if (size < sizeof(nflog_tlv_t)) { in swap_nflog_header()
/netbsd/src/external/bsd/libpcap/dist/pcap/
Dnflog.h56 } nflog_tlv_t; typedef