HomeSort by relevance Sort by last modified time
    Searched refs:nflog_tlv_t (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-nflog.c 74 const nflog_tlv_t *tlv;
99 if (caplen < sizeof(nflog_tlv_t) || length < sizeof(nflog_tlv_t)) {
105 tlv = (const nflog_tlv_t *) p;
111 if (size < sizeof(nflog_tlv_t)) {
130 p += sizeof(nflog_tlv_t);
131 h_size += sizeof(nflog_tlv_t);
132 length -= sizeof(nflog_tlv_t);
133 caplen -= sizeof(nflog_tlv_t);
  /external/libpcap/pcap/
nflog.h 52 } nflog_tlv_t; typedef in typeref:struct:nflog_tlv
  /external/libpcap/
pcap-common.c     [all...]

Completed in 371 milliseconds