Lines Matching defs:cap_offset
2329 int cap_type, cap_len, tcap_len, cap_offset;
2358 cap_offset=4;
2362 EXTRACT_16BITS(opt+i+cap_offset)),
2363 EXTRACT_16BITS(opt+i+cap_offset),
2365 opt[i+cap_offset+2]),
2366 opt[i+cap_offset+2],
2367 ((opt[i+cap_offset+3])&0x80) ? "yes" : "no" ));
2369 cap_offset+=4;
2387 cap_offset=2;
2398 tok2str(af_values,"Unknown",EXTRACT_16BITS(opt+i+cap_offset)),
2399 EXTRACT_16BITS(opt+i+cap_offset),
2400 tok2str(bgp_safi_values,"Unknown",opt[i+cap_offset+2]),
2401 opt[i+cap_offset+2],
2402 tok2str(bgp_add_path_recvsend,"Bogus (0x%02x)",opt[i+cap_offset+3])
2405 cap_offset+=4;