Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bgp.c861 uint8_t route_type, route_length, addr_length, sg_length; in decode_multicast_vpn() local
866 route_length = *pptr++; in decode_multicast_vpn()
871 route_type, route_length); in decode_multicast_vpn()
880 (route_length - BGP_VPN_RD_LEN) << 3)); in decode_multicast_vpn()
899 addr_length = route_length - sg_length; in decode_multicast_vpn()
938 return route_length + 2; in decode_multicast_vpn()