Home | History | Annotate | Download | only in tcpdump

Lines Matching full:ca_len

927     u_int8_t ca_type, ca_len;
1025 ca_len = *(tptr+1);
1032 ca_type, ca_len);
1035 if ( ca_type == 0 || ca_len == 0) {
1038 if (lci_len < ca_len) {
1042 safeputs((const char *)tptr, ca_len);
1043 tptr += ca_len;
1044 lci_len -= ca_len;