Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/GVN/
D2007-07-25-Loop.ll5 define void @print_arch(i8* %arch_file, i32 %route_type, i64 %det_routing_arch.0.0, i64 %det_routin…
/external/llvm/test/Transforms/GlobalOpt/
Dcrash.ll24 define void @test(i8* %arch_file, i32 %route_type) {
/external/tcpdump/
Dprint-bgp.c861 uint8_t route_type, route_length, addr_length, sg_length; in decode_multicast_vpn() local
865 route_type = *pptr++; in decode_multicast_vpn()
870 "Unknown", route_type), in decode_multicast_vpn()
871 route_type, route_length); in decode_multicast_vpn()
873 switch(route_type) { in decode_multicast_vpn()