Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:cap_offset

2304 	int cap_type, cap_len, tcap_len, cap_offset;
2333 cap_offset=4;
2337 EXTRACT_16BITS(opt+i+cap_offset)),
2338 EXTRACT_16BITS(opt+i+cap_offset),
2340 opt[i+cap_offset+2]),
2341 opt[i+cap_offset+2],
2342 ((opt[i+cap_offset+3])&0x80) ? "yes" : "no" ));
2344 cap_offset+=4;
2362 cap_offset=2;
2373 tok2str(af_values,"Unknown",EXTRACT_16BITS(opt+i+cap_offset)),
2374 EXTRACT_16BITS(opt+i+cap_offset),
2375 tok2str(bgp_safi_values,"Unknown",opt[i+cap_offset+2]),
2376 opt[i+cap_offset+2],
2377 tok2str(bgp_add_path_recvsend,"Bogus (0x%02x)",opt[i+cap_offset+3])
2380 cap_offset+=4;