Searched refs:IPPROTO_GRE (Results 1 – 10 of 10) sorted by relevance
55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator56 #define IPPROTO_GRE IPPROTO_GRE macro
91 #define IPPROTO_GRE 47 macro
2459 (ptnl->iph.protocol == IPPROTO_GRE ? "gre" : in display_tunnel()2574 ptnl->iph.protocol = IPPROTO_GRE; in parse_iptunnel_args()2727 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnellist()2759 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnelupdate()
7885 #ifdef IPPROTO_GRE7886 PyModule_AddIntMacro(m, IPPROTO_GRE);