Home
last modified time | relevance | path

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

/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/api/
H A Dprefix.py154 TUNNEL_TYPE_MPLS_IN_GRE = 'mpls_in_gre' variable
160 TUNNEL_TYPE_MPLS_IN_GRE,
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c639 #define TUNNEL_TYPE_MPLS_IN_GRE 11 macro
1287 { TUNNEL_TYPE_MPLS_IN_GRE, "MPLS in GRE Encapsulation" },
9271 … else if (encaps_tunnel_type == TUNNEL_TYPE_GRE || encaps_tunnel_type == TUNNEL_TYPE_MPLS_IN_GRE) { in dissect_bgp_path_attr()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c639 #define TUNNEL_TYPE_MPLS_IN_GRE 11
1287 { TUNNEL_TYPE_MPLS_IN_GRE, "MPLS in GRE Encapsulation" },
9271 … else if (encaps_tunnel_type == TUNNEL_TYPE_GRE || encaps_tunnel_type == TUNNEL_TYPE_MPLS_IN_GRE) {
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c639 #define TUNNEL_TYPE_MPLS_IN_GRE 11 macro
1287 { TUNNEL_TYPE_MPLS_IN_GRE, "MPLS in GRE Encapsulation" },
9271 … else if (encaps_tunnel_type == TUNNEL_TYPE_GRE || encaps_tunnel_type == TUNNEL_TYPE_MPLS_IN_GRE) { in dissect_bgp_path_attr()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bgp.c639 #define TUNNEL_TYPE_MPLS_IN_GRE 11 macro
1287 { TUNNEL_TYPE_MPLS_IN_GRE, "MPLS in GRE Encapsulation" },
9271 … else if (encaps_tunnel_type == TUNNEL_TYPE_GRE || encaps_tunnel_type == TUNNEL_TYPE_MPLS_IN_GRE) { in dissect_bgp_path_attr()
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbgp.py4308 TUNNEL_TYPE_MPLS_IN_GRE = 11 variable in BGPEncapsulationExtendedCommunity