Lines Matching refs:bp2
136 const u_char *bp2, struct isakmp *base);
265 cookie_record(cookie_t *in, const u_char *bp2) in cookie_record() argument
281 ip = (struct ip *)bp2; in cookie_record()
309 ip6 = (struct ip6_hdr *)bp2; in cookie_record()
334 cookie_sidecheck(int i, const u_char *bp2, int initiator) in cookie_sidecheck() argument
347 ip = (struct ip *)bp2; in cookie_sidecheck()
359 ip6 = (struct ip6_hdr *)bp2; in cookie_sidecheck()
2210 const u_char *bp2, struct isakmp *base) in ikev1_print() argument
2232 if (bp2) in ikev1_print()
2233 cookie_record(&base->i_ck, bp2); in ikev1_print()
2237 if (bp2 && cookie_isinitiator(i, bp2)) in ikev1_print()
2239 else if (bp2 && cookie_isresponder(i, bp2)) in ikev1_print()
2380 const u_char *bp2 _U_, struct isakmp *base) in ikev2_print()
2438 const u_char *bp2) in isakmp_print() argument
2488 ikev1_print(ndo, bp, length, bp2, &base); in isakmp_print()
2492 ikev2_print(ndo, bp, length, bp2, &base); in isakmp_print()
2500 const u_char *bp2) in isakmp_rfc3948_print() argument
2517 isakmp_print(ndo, bp+4, length-4, bp2); in isakmp_rfc3948_print()
2528 advance = esp_print(ndo, bp, length, bp2, &enh, &padlen); in isakmp_rfc3948_print()
2536 ip_print_inner(ndo, bp, length, nh, bp2); in isakmp_rfc3948_print()