Home | History | Annotate | Download | only in tcpdump

Lines Matching full:itemlen

486 #define ITEMCHECK(minlen) if (itemlen < minlen) goto badtlv;
489 decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
499 itemlen -= 1;
521 decode_labeled_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
546 itemlen -= 4;
1051 decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen)
1061 itemlen -= 1;
1083 decode_labeled_prefix6(const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
1100 itemlen -= 4;