Home
last modified time | relevance | path

Searched refs:IPSEC_IPIP (Results 1 – 5 of 5) sorted by relevance

/openbsd/sbin/ipsecctl/
H A Dpfkey.c833 rule->satype = IPSEC_IPIP; in pfkey_parse()
1129 case IPSEC_IPIP: in pfkey_ipsec_establish()
1176 case IPSEC_IPIP: in pfkey_ipsec_establish()
1209 case IPSEC_IPIP: in pfkey_ipsec_establish()
1228 case IPSEC_IPIP: in pfkey_ipsec_establish()
H A Dipsecctl.h50 IPSEC_IPIP enumerator
H A Dpfkdump.c699 *satype = IPSEC_IPIP; in parse_satype()
750 r.satype = IPSEC_IPIP; in pfkey_print_sa()
H A Dipsecctl.c511 if (r->satype != IPSEC_TCPMD5 && r->satype != IPSEC_IPIP) in ipsecctl_print_sa()
H A Dparse.y447 | IPIP { $$ = IPSEC_IPIP; }
2398 if (satype == IPSEC_IPIP) { in validate_sa()
2596 case IPSEC_IPIP: in create_flow()