Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ke

153 	"none", "sa", "p", "t", "ke", "id", "cert", "cr", "hash", /* 0 - 8 */
1575 struct ikev2_ke ke;
1580 UNALIGNED_MEMCPY(&ke, ext, sizeof(ke));
1581 ikev2_pay_print(ndo, NPSTR(tpay), ke.h.critical);
1583 ND_PRINT((ndo," len=%u group=%s", ntohs(ke.h.len) - 8,
1584 STR_OR_ID(ntohs(ke.ke_group), dh_p_map)));
1586 if (2 < ndo->ndo_vflag && 8 < ntohs(ke.h.len)) {
1588 if (!rawprint(ndo, (caddr_t)(k + 1), ntohs(ke.h.len) - 8))
1591 return (u_char *)ext + ntohs(ke.h.len);