Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:phase

420 		const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_,
469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
480 const u_char *ep, u_int32_t phase, u_int32_t doi0,
503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
570 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_,
638 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
661 const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_,
692 printf(" [phase=%d doi=%d proto=%d]", phase, doi, proto);
694 switch (phase) {
841 const u_char *ep _U_, u_int32_t phase _U_,
873 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi0 _U_,
904 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
927 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
952 u_int32_t phase _U_, u_int32_t doi _U_,
975 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_,
1095 (struct isakmp_gen *)cp, ep, phase, doi, proto,
1115 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi0 _U_,
1159 u_int32_t phase _U_, u_int32_t doi _U_,
1182 u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth)
1207 cp = (*npfunc[np])(ext, item_len, ep, phase, doi, proto, depth);
1221 u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth)
1241 cp = isakmp_sub0_print(np, ext, ep, phase, doi, proto, depth);
1288 int phase;
1323 phase = (*(u_int32_t *)base.msgid == 0) ? 1 : 2;
1324 if (phase == 1)
1325 printf(" phase %d", phase);
1327 printf(" phase %d/others", phase);
1365 /* regardless of phase... */
1380 isakmp_sub_print(np, ext, ep, phase, 0, 0, 0);