Lines Matching refs:msg0
310 quick_i2recv(iph2, msg0) in quick_i2recv() argument
312 vchar_t *msg0;
318 struct isakmp *isakmp = (struct isakmp *)msg0->v;
333 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
338 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
552 quick_i2send(iph2, msg0) in quick_i2send() argument
554 vchar_t *msg0;
633 iph2->sendbuf, msg0) == -1) {
691 quick_i3recv(iph2, msg0) in quick_i3recv() argument
693 vchar_t *msg0;
710 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
715 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
834 quick_r1recv(iph2, msg0) in quick_r1recv() argument
836 vchar_t *msg0;
842 struct isakmp *isakmp = (struct isakmp *)msg0->v;
857 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
864 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
1117 iph2->msg1 = vdup(msg0);
1383 quick_r3recv(iph2, msg0) in quick_r3recv() argument
1385 vchar_t *msg0;
1401 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1406 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
1503 quick_r3send(iph2, msg0) in quick_r3send() argument
1505 vchar_t *msg0;
1583 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, msg0) == -1) {
1620 quick_r3prep(iph2, msg0) in quick_r3prep() argument
1622 vchar_t *msg0;