Home | History | Annotate | Download | only in libpcap

Lines Matching refs:tlv

1226 	nflog_tlv_t *tlv;
1246 tlv = (nflog_tlv_t *) p;
1249 tlv->tlv_type = SWAPSHORT(tlv->tlv_type);
1250 tlv->tlv_length = SWAPSHORT(tlv->tlv_length);
1252 /* Get the length of the TLV. */
1253 size = tlv->tlv_length;
1257 /* Is the TLV's length less than the minimum? */
1263 /* Do we have enough data for the full TLV? */
1269 /* Skip over the TLV. */