Lines Matching defs:cap_offset
2524 u_int cap_type, cap_len, tcap_len, cap_offset;
2550 cap_offset = 2;
2555 GET_BE_U_2(opt + i + cap_offset)),
2556 GET_BE_U_2(opt + i + cap_offset),
2558 GET_U_1(opt + i + cap_offset + 2)),
2559 GET_U_1(opt + i + cap_offset + 2),
2560 GET_U_1(opt + i + cap_offset + 3));
2562 cap_offset += 4;
2576 cap_offset=4;
2580 GET_BE_U_2(opt + i + cap_offset)),
2581 GET_BE_U_2(opt + i + cap_offset),
2583 GET_U_1(opt + i + cap_offset + 2)),
2584 GET_U_1(opt + (i + cap_offset + 2)),
2585 ((GET_U_1(opt + (i + cap_offset + 3)))&0x80) ? "yes" : "no" );
2587 cap_offset += 4;
2612 cap_offset=2;
2619 tok2str(af_values,"Unknown",GET_BE_U_2(opt + i + cap_offset)),
2620 GET_BE_U_2(opt + i + cap_offset),
2621 tok2str(bgp_safi_values,"Unknown",GET_U_1(opt + i + cap_offset + 2)),
2622 GET_U_1(opt + (i + cap_offset + 2)),
2623 tok2str(bgp_add_path_recvsend,"Bogus (0x%02x)",GET_U_1(opt + i + cap_offset + 3))
2626 cap_offset += 4;