Searched refs:IPPROTO_IPIP (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.sbin/tcpdump/ |
H A D | print-ip.c | 428 #ifndef IPPROTO_IPIP in ip_print() 429 #define IPPROTO_IPIP 4 in ip_print() macro 431 case IPPROTO_IPIP: in ip_print()
|
H A D | print-ipsec.c | 272 case IPPROTO_IPIP: /* Tunnel Mode, IP-in-IP */ in ah_print()
|
/openbsd/sys/netinet/ |
H A D | in.h | 75 #define IPPROTO_IPIP 4 /* IP inside IP */ macro 76 #define IPPROTO_IPV4 IPPROTO_IPIP /* IP inside IP */
|
H A D | ip_ipip.c | 408 ipo->ip_p = IPPROTO_IPIP; in ipip_output() 501 ip6o->ip6_nxt = IPPROTO_IPIP; in ipip_output()
|
H A D | ipsec_output.c | 567 case IPPROTO_IPIP: in ipsec_hdrsz()
|
/openbsd/usr.sbin/dhcrelay/ |
H A D | packet.c | 187 if (ip->ip_p != IPPROTO_IPIP) in decode_hw_header()
|
H A D | bpf.c | 169 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, IPPROTO_IPIP, 0, 8),
|
/openbsd/usr.sbin/vmd/ |
H A D | packet.c | 187 if (ip->ip_p != IPPROTO_IPIP) in decode_hw_header()
|
/openbsd/sys/net/ |
H A D | pfkeyv2.h | 268 (x) == SADB_X_SATYPE_IPCOMP ? IPPROTO_IPCOMP: IPPROTO_IPIP )
|
H A D | pfkeyv2.c | 1082 *sproto = IPPROTO_IPIP; in pfkeyv2_get_proto_alg() 2368 case IPPROTO_IPIP: in pfkeyv2_expire() 2645 else if (ipo->ipo_sproto == IPPROTO_IPIP) in pfkeyv2_sysctl_policydumper()
|
/openbsd/usr.bin/netstat/ |
H A D | inet.c | 1116 int mib[] = { CTL_NET, PF_INET, IPPROTO_IPIP, IPIPCTL_STATS }; in ipip_stats()
|
/openbsd/sbin/sysctl/ |
H A D | sysctl.c | 639 (mib[2] == IPPROTO_IPIP && mib[3] == IPIPCTL_STATS) || in parse()
|
/openbsd/sys/dev/fdt/ |
H A D | if_mvpp.c | 1180 ret = mvpp2_prs_ip6_proto(sc, IPPROTO_IPIP, MVPP2_PRS_RI_UDF7_IP6_LITE, in mvpp2_prs_ip6_init() 4285 (proto != IPPROTO_ICMPV6) && (proto != IPPROTO_IPIP)) in mvpp2_prs_ip6_proto()
|