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

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-slow.c196 struct tlv_header_t { struct
347 const struct tlv_header_t *tlv_header;
360 TCHECK2(*tptr, sizeof(struct tlv_header_t));
361 tlv_header = (const struct tlv_header_t *)tptr;
371 if ((tlv_len < sizeof(struct tlv_header_t) ||
376 print_unknown_data(tptr+sizeof(struct tlv_header_t),"\n\t ",tlen);
380 tlv_tptr=tptr+sizeof(struct tlv_header_t);
381 tlv_tlen=tlv_len-sizeof(struct tlv_header_t);
430 sizeof(struct tlv_header_t);
449 print_unknown_data(tptr+sizeof(struct tlv_header_t),"\
[all...]

Completed in 104 milliseconds