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

/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dnflog.h56 } nflog_tlv_t; typedef in typeref:struct:nflog_tlv
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nflog.c69 } nflog_tlv_t; typedef in typeref:struct:nflog_tlv
71 #define NFLOG_TLV_LEN sizeof(nflog_tlv_t)
170 const nflog_tlv_t *tlv;
176 tlv = (const nflog_tlv_t *) p;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-util.c344 nflog_tlv_t *tlv;
364 while (caplen >= sizeof(nflog_tlv_t)) {
365 tlv = (nflog_tlv_t *) p;
377 if (size < sizeof(nflog_tlv_t)) {

Completed in 81 milliseconds