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

  /external/tcpdump/
print-ospf.c 187 u_int tlv_type, tlv_length; local
197 tlv_length = EXTRACT_16BITS(tptr+2);
204 tlv_length));
206 if (tlv_length > ls_length) {
207 ND_PRINT((ndo, "\n\t Bogus length %u > %u", tlv_length,
213 if (tlv_type == 0 || tlv_length ==0) {
217 ND_TCHECK2(*tptr, tlv_length);
221 if (tlv_length != 4) {
222 ND_PRINT((ndo, "\n\t Bogus length %u != 4", tlv_length));
229 if (tlv_length != 1)
270 u_int tlv_type, tlv_length, subtlv_type, subtlv_length; local
624 register int j, tlv_type, tlv_length, topology; local
    [all...]
print-nflog.c 106 size = tlv->tlv_length;
  /external/libpcap/pcap/
nflog.h 49 u_int16_t tlv_length; /* tlv length */ member in struct:nflog_tlv
  /external/libpcap/
pcap-common.c     [all...]
  /system/nfc/src/nfc/include/
rw_int.h 678 uint16_t tlv_length; /* currently detected length */ member in struct:__anon3656
    [all...]

Completed in 742 milliseconds