• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/tcpdump/

Lines Matching refs:phase

584 		uint32_t phase,\
622 uint32_t phase,
635 const u_char *ep, uint32_t phase,
685 uint32_t phase,
1013 const u_char *ep, uint32_t phase, uint32_t doi0 _U_,
1060 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
1072 const u_char *ep, uint32_t phase, uint32_t doi0,
1095 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
1235 const u_char *ep, uint32_t phase _U_, uint32_t doi _U_,
1305 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_,
1330 const u_char *ep _U_, uint32_t phase, uint32_t doi _U_,
1361 ND_PRINT((ndo," [phase=%d doi=%d proto=%d]", phase, doi, proto));
1363 switch (phase) {
1499 const u_char *ep _U_, uint32_t phase _U_,
1533 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_,
1566 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_,
1591 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_,
1618 uint32_t phase _U_, uint32_t doi _U_,
1651 const u_char *ep, uint32_t phase _U_, uint32_t doi0 _U_,
1803 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_,
1848 uint32_t phase _U_, uint32_t doi _U_,
2085 uint32_t phase _U_, uint32_t doi _U_,
2172 uint32_t phase _U_, uint32_t doi _U_,
2201 uint32_t phase _U_, uint32_t doi _U_,
2286 uint32_t phase _U_, uint32_t doi _U_,
2296 uint32_t phase _U_, uint32_t doi _U_,
2306 uint32_t phase _U_, uint32_t doi _U_,
2347 uint32_t phase _U_, uint32_t doi _U_,
2377 uint32_t phase _U_, uint32_t doi _U_,
2581 uint32_t phase _U_, uint32_t doi _U_,
2591 uint32_t phase _U_, uint32_t doi _U_,
2626 uint32_t phase _U_, uint32_t doi _U_,
2644 uint32_t phase,
2689 phase, doi, proto, depth+1);
2707 uint32_t phase _U_, uint32_t doi _U_,
2717 uint32_t phase _U_, uint32_t doi _U_,
2727 uint32_t phase, uint32_t doi, uint32_t proto, int depth)
2752 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2767 uint32_t phase, uint32_t doi, uint32_t proto, int depth)
2786 cp = ike_sub0_print(ndo, np, ext, ep, phase, doi, proto, depth);
2821 int phase;
2826 phase = (EXTRACT_32BITS(base->msgid) == 0) ? 1 : 2;
2827 if (phase == 1)
2828 ND_PRINT((ndo," phase %d", phase));
2830 ND_PRINT((ndo," phase %d/others", phase));
2861 /* regardless of phase... */
2874 ikev1_sub_print(ndo, np, ext, ep, phase, 0, 0, 0);
2890 uint32_t phase, uint32_t doi, uint32_t proto, int depth)
2912 ep, phase, doi, proto, depth);
2919 ep, phase, doi, proto, depth);
2935 uint32_t phase, uint32_t doi, uint32_t proto, int depth)
2954 ext, ep, phase, doi, proto, depth);
2980 int phase;
2985 phase = (EXTRACT_32BITS(base->msgid) == 0) ? 1 : 2;
2986 if (phase == 1)
3004 /* regardless of phase... */
3018 ikev2_sub_print(ndo, base, np, ext, ep, phase, 0, 0, 0);