Searched refs:ipcomp (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/regress/sys/netinet/ipsec/
H A Dipsec.conf269 flow ipcomp \
273 flow ipcomp \
280 ipcomp transport \
284 ipcomp transport \
290 flow ipcomp \
294 flow ipcomp \
299 flow ipcomp \
303 flow ipcomp \
310 flow ipcomp \
314 flow ipcomp \
[all...]
H A DMakefile996 sysctl net.inet.ipcomp.enable | fgrep =1
1052 ssh ${IPS_SSH} sysctl net.inet.ipcomp.enable | fgrep =1
/openbsd-current/sys/netinet/
H A Dip_ipcomp.c101 DPRINTF("initialized TDB with ipcomp algorithm %s", tcomp->name);
144 struct ipcomp *ipcomp; local
236 ipcomp = (struct ipcomp *) addr;
237 nproto = ipcomp->ipcomp_nh;
321 struct ipcomp *ipcomp; local
499 ipcomp = (struct ipcomp *)(mto
[all...]
H A Dip_ipcomp.h58 struct ipcomp { struct
/openbsd-current/regress/sbin/iked/live/
H A DMakefile106 ipcomp=""; \
107 if [[ "$$flowtype" = "ipcomp" ]]; then \
108 ipcomp="ipcomp"; \
146 echo "IPCOMP=\"$$ipcomp\"" >> $@_$$side.conf; \
576 REGRESS_TARGETS += run-ipcomp
577 run-ipcomp:
578 flowtype=ipcomp; \
582 sysctl="net.inet.ipcomp.enable=1"; \
585 flowtype=ipcomp;
[all...]
/openbsd-current/sbin/iked/
H A Dconfig.c317 struct iked_childsa *csa, *csatmp, *ipcomp; local
340 if ((ipcomp = csa->csa_bundled) != NULL) {
341 log_debug("%s: free IPCOMP %p", __func__, ipcomp);
342 if (ipcomp->csa_loaded)
343 (void)pfkey_sa_delete(env, ipcomp);
344 childsa_free(ipcomp);
H A Dikev2.c4629 struct iked_childsa *csa, *csatmp, *ipcomp; local
4678 if ((ipcomp = csa->csa_bundled) != NULL) {
4679 ipcomp->csa_ikesa = nsa;
4680 ipcomp->csa_local = csa->csa_local;
4681 ipcomp->csa_peer = csa->csa_peer;
6446 struct iked_childsa *csa, *ocsa, *ipcomp; local
6473 ipcomp = csa->csa_bundled;
6474 if (ipcomp && ipcomp->csa_loaded) {
6487 if (ipcomp) {
6639 struct iked_childsa *csa, *csatmp = NULL, *ipcomp; local
7381 struct iked_childsa *csa, *ipcomp; local
7577 struct iked_childsa *csa, *ipcomp; local
[all...]
H A Dpfkey.c129 struct iked_childsa *csa, *ipcomp; local
151 if ((ipcomp = csa->csa_bundled) != NULL) {
152 if (!ipcomp->csa_loaded && couple)
153 (void)pfkey_sa_add(env, ipcomp, csa);
154 else if (ipcomp->csa_loaded && !couple)
155 (void)pfkey_sa_delete(env, ipcomp);
604 /* double the lifetime for ipcomp; disable byte lifetime */
H A Dparse.y464 %type <v.ikemode> ikeflags ikematch ikemode ipcomp tmode
1008 ikeflags : ikematch ikemode ipcomp tmode { $$ = $1 | $2 | $3 | $4; }
1022 ipcomp : /* empty */ { $$ = 0; } label
1371 { "ipcomp", IPCOMP },
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ike.c374 const char *ipcomp[] = IPCOMP_INITIALIZER; local
407 if (tp->transform < (sizeof ipcomp / sizeof ipcomp[0]))
408 printf("%s", ipcomp[tp->transform]);
/openbsd-current/share/man/man4/
H A DMakefile50 inet.4 inet6.4 inphy.4 iophy.4 iosf.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 \

Completed in 291 milliseconds