Searched refs:bgpopt (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-bgp.c2314 struct bgp_opt bgpopt; local
2340 memcpy(&bgpopt, &opt[i], BGP_OPT_SIZE);
2341 if (i + 2 + bgpopt.bgpopt_len > bgpo.bgpo_optlen) {
2342 ND_PRINT((ndo, "\n\t Option %d, length: %u", bgpopt.bgpopt_type, bgpopt.bgpopt_len));
2348 bgpopt.bgpopt_type,
2350 bgpopt.bgpopt_type,
2351 bgpopt.bgpopt_len));
2354 switch(bgpopt.bgpopt_type) {
2358 bgpopt
[all...]

Completed in 36 milliseconds