Searched refs:ike (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dinput-keys.c375 struct input_key_entry *ike, *new; local
381 ike = &input_key_defaults[i];
382 if (~ike->key & KEYC_BUILD_MODIFIERS) {
383 RB_INSERT(input_key_tree, &input_key_tree, ike);
388 key = (ike->key & ~KEYC_BUILD_MODIFIERS);
389 data = xstrdup(ike->data);
399 RB_FOREACH(ike, input_key_tree, &input_key_tree) {
400 log_debug("%s: 0x%llx (%s) is %s", __func__, ike->key,
401 key_string_lookup_key(ike->key, 1), ike
434 struct input_key_entry *ike = NULL; local
[all...]
/openbsd-current/regress/sbin/ipsecctl/
H A DMakefile9 # ike: same as above, but for ike rules.
76 IKE_TARGETS+=ike${n}
78 ike${n}:
79 cat ${.CURDIR}/ike${n}.in | sed -e 's,DIR,${.CURDIR},g' | \
80 ${IPSECCTL} -nv -f - | diff -u ${.CURDIR}/ike${n}.ok /dev/stdin
114 ike: ${IKE_TARGETS}
115 REGRESS_TARGETS+=ike
/openbsd-current/sbin/ipsecctl/
H A DMakefile6 SRCS= ike.c ipsecctl.c pfkey.c pfkdump.c parse.y
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ike.c1 /* $OpenBSD: print-ike.c,v 1.41 2022/12/28 21:30:19 jmc Exp $ */
24 * Format and print ike (isakmp) packets.
43 #include "ike.h"
145 static const char *ike[] = IKE_PROTO_INITIALIZER; variable
386 if (tp->transform < (sizeof ike / sizeof ike[0]))
387 printf("%s", ike[tp->transform]);
436 pp->nprop, (pp->proto < (sizeof ike / sizeof ike[0]) ?
437 ike[p
[all...]
H A DMakefile46 print-ipsec.c print-ike.c print-raw.c print-l2tp.c print-mobile.c \

Completed in 199 milliseconds