Searched refs:route_type (Results 1 – 2 of 2) sorted by relevance
1145 uint8_t route_type, route_length; in decode_multicast_vpn() local1149 route_type = GET_U_1(pptr); in decode_multicast_vpn()1156 "Unknown", route_type), in decode_multicast_vpn()1157 route_type, route_length); in decode_multicast_vpn()1159 switch(route_type) { in decode_multicast_vpn()
117 …volatile uint8_t route_type; /**< Routing type field of a IPv6 routing extension heade…