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

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

Completed in 175 milliseconds