Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dpfkey.c612 case AUTH_IPSEC_MANUAL_ESP: in pfkey_ipsec_establish()
614 satype = p->auth.method == AUTH_IPSEC_MANUAL_ESP ? in pfkey_ipsec_establish()
697 case AUTH_IPSEC_MANUAL_ESP: in pfkey_ipsec_remove()
699 satype = p->auth.method == AUTH_IPSEC_MANUAL_ESP ? in pfkey_ipsec_remove()
H A Dprintconf.c707 else if (p->auth.method == AUTH_IPSEC_MANUAL_ESP || in print_peer()
709 if (p->auth.method == AUTH_IPSEC_MANUAL_ESP) in print_peer()
H A Dparse.y1556 AUTH_IPSEC_MANUAL_ESP) ||
1588 AUTH_IPSEC_MANUAL_ESP;
4353 p->conf.auth.method == AUTH_IPSEC_MANUAL_ESP || in neighbor_consistent()
4362 if ((p->conf.auth.method == AUTH_IPSEC_MANUAL_ESP || in neighbor_consistent()
H A Dbgpd.h330 AUTH_IPSEC_MANUAL_ESP, enumerator
H A Dparse.c3850 AUTH_IPSEC_MANUAL_ESP) || in yyparse()
3882 AUTH_IPSEC_MANUAL_ESP; in yyparse()
7475 p->conf.auth.method == AUTH_IPSEC_MANUAL_ESP || in neighbor_consistent()
7484 if ((p->conf.auth.method == AUTH_IPSEC_MANUAL_ESP || in neighbor_consistent()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dbgpctl.c545 case AUTH_IPSEC_MANUAL_ESP: in fmt_auth_method()