Home
last modified time | relevance | path

Searched refs:route_length (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-bgp.c921 uint8_t route_type, route_length, addr_length, sg_length; in decode_multicast_vpn() local
926 route_length = *pptr++; in decode_multicast_vpn()
931 route_type, route_length); in decode_multicast_vpn()
940 (route_length - BGP_VPN_RD_LEN) << 3)); in decode_multicast_vpn()
959 addr_length = route_length - sg_length; in decode_multicast_vpn()
998 return route_length + 2; in decode_multicast_vpn()