Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:string_len

326     int length_cur = length, string_len;
332 GET_LENGTH(ndo, length_cur, bp, string_len);
334 if (string_len >= 0) {
335 /* Byte string of length string_len, starting at bp */
336 if (string_len == 0)
339 LCHECK2(length_cur, string_len);
340 ND_TCHECK2(*bp, string_len);
341 RESP_PRINT_SEGMENT(ndo, bp, string_len);
342 bp += string_len;
343 length_cur -= string_len;
355 switch(string_len) {