HomeSort by relevance Sort by last modified time
    Searched refs:subobj_len (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-lmp.c 362 int subobj_type, subobj_len; local
371 subobj_len = EXTRACT_8BITS(obj_tptr+offset+1);
377 subobj_len));
378 if (subobj_len < 4) {
382 if ((subobj_len % 4) != 0) {
386 if (total_subobj_len < subobj_len) {
418 total_subobj_len-=subobj_len;
419 offset+=subobj_len;
    [all...]
print-rsvp.c 1198 int subobj_type,af,subobj_len,total_subobj_len; local
    [all...]

Completed in 106 milliseconds