Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:subobj_len

1076 		int subobj_type,af,subobj_len,total_subobj_len;
1086 subobj_len = EXTRACT_16BITS(obj_tptr);
1095 subobj_len);
1103 if (subobj_len < 8)
1110 if (subobj_len < 20)
1117 if (subobj_len) {
1126 if (subobj_len) {
1133 if (subobj_len < 16) {
1146 if (subobj_len < 8) {
1158 total_subobj_len-=subobj_len;
1159 obj_tptr+=subobj_len;
1160 obj_tlen+=subobj_len;