Home | History | Annotate | Download | only in dist

Lines Matching refs:isakmp

33 __RCSID("$NetBSD: print-isakmp.c,v 1.14 2026/03/19 00:05:13 christos Exp $");
36 /* \summary: Internet Security Association and Key Management Protocol (ISAKMP) printer */
61 /* 3.1 ISAKMP Header Format (IKEv1 and IKEv2)
77 struct isakmp {
434 /* isakmp sa structure */
458 /* 4.4.2 IPSEC ISAKMP Transform Values */
603 const struct isakmp *base,
619 const struct isakmp *base,
631 const u_char *bp2, const struct isakmp *base);
648 NULL, "isakmp", "ipsec-ah", "ipsec-esp", "ipcomp",
651 /* isakmp->np */
666 /* isakmp->np */
710 /* isakmp->etype */
2636 const struct isakmp *base,
2822 const u_char *bp2, const struct isakmp *base)
2824 const struct isakmp *p;
2831 p = (const struct isakmp *)bp;
2890 ND_PRINT(" (len mismatch: isakmp %u/ip %u)",
2897 ikev2_sub0_print(netdissect_options *ndo, const struct isakmp *base,
2941 const struct isakmp *base,
2981 const u_char *bp2 _U_, const struct isakmp *base)
2983 const struct isakmp *p;
2989 p = (const struct isakmp *)bp;
3032 ND_PRINT(" (len mismatch: isakmp %u/ip %u)",
3043 const struct isakmp *p;
3047 ndo->ndo_protocol = "isakmp";
3056 p = (const struct isakmp *)bp;
3059 if ((const struct isakmp *)ep < p + 1) {
3064 ND_PRINT("isakmp");
3105 ND_PRINT("isakmp-nat-keep-alive");