Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/tcpdump/
Dprint-ip6.c186 #ifndef IPPROTO_GRE in ip6_print()
187 #define IPPROTO_GRE 47 in ip6_print() macro
189 case IPPROTO_GRE: in ip6_print()
Dprint-ip.c460 #ifndef IPPROTO_GRE in ip_print()
461 #define IPPROTO_GRE 47 in ip_print() macro
463 case IPPROTO_GRE: in ip_print()
/openbsd/src/sys/netinet6/
Din6_proto.c314 .pr_protocol = IPPROTO_GRE,
/openbsd/src/sys/netinet/
Din_proto.c320 .pr_protocol = IPPROTO_GRE,
Din.h87 #define IPPROTO_GRE 47 /* GRE encap, RFCs 1701/1702 */ macro
/openbsd/src/usr.sbin/npppd/pptp/
Dpptpd.c103 int mib[] = { CTL_NET, PF_INET, IPPROTO_GRE, GRECTL_ALLOW }; in pptpd_init()
341 if ((sock_gre = priv_socket(AF_INET, SOCK_RAW, IPPROTO_GRE)) < 0) { in pptpd_listener_start()
/openbsd/src/usr.sbin/npppd/npppd/
Dprivsep.c1025 arg->protocol == IPPROTO_GRE) in privsep_npppd_check_socket()
/openbsd/src/sys/net/
Dif_gre.c1963 ip->ip_p = IPPROTO_GRE; in gre_encap_dst_ip()
1983 ip6->ip6_nxt = IPPROTO_GRE; in gre_encap_dst_ip()
Dpipex.c1420 ip->ip_p = IPPROTO_GRE; in pipex_pptp_output()