Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:subobj_len

1170 		int subobj_type,af,subobj_len,total_subobj_len;
1180 subobj_len = EXTRACT_16BITS(obj_tptr);
1189 subobj_len);
1197 if (subobj_len < 8)
1204 if (subobj_len < 20)
1211 if (subobj_len) {
1220 if (subobj_len) {
1227 if (subobj_len < 16) {
1240 if (subobj_len < 8) {
1252 total_subobj_len-=subobj_len;
1253 obj_tptr+=subobj_len;
1254 obj_tlen+=subobj_len;