Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-bgp.c391 #define BGP_VPN_RD_LEN 8 macro
1161 ND_TCHECK_LEN(pptr, BGP_VPN_RD_LEN); in decode_multicast_vpn()
1162 if (route_length < BGP_VPN_RD_LEN) in decode_multicast_vpn()
1167 bgp_vpn_ip_print(ndo, pptr + BGP_VPN_RD_LEN, in decode_multicast_vpn()
1168 (route_length - BGP_VPN_RD_LEN) << 3)); in decode_multicast_vpn()
1171 ND_TCHECK_LEN(pptr, BGP_VPN_RD_LEN + 4); in decode_multicast_vpn()
1176 GET_BE_U_4(pptr + BGP_VPN_RD_LEN))); in decode_multicast_vpn()
1180 ND_TCHECK_LEN(pptr, BGP_VPN_RD_LEN); in decode_multicast_vpn()
1184 pptr += BGP_VPN_RD_LEN; in decode_multicast_vpn()
1196 ND_TCHECK_LEN(pptr, BGP_VPN_RD_LEN); in decode_multicast_vpn()
[all …]