Lines Matching refs:msg0
398 quick_i2recv(iph2, msg0) in quick_i2recv() argument
400 vchar_t *msg0;
408 struct isakmp *isakmp = (struct isakmp *)msg0->v;
422 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
427 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
783 quick_i2send(iph2, msg0) in quick_i2send() argument
785 vchar_t *msg0;
863 iph2->sendbuf, msg0) == -1) {
921 quick_i3recv(iph2, msg0) in quick_i3recv() argument
923 vchar_t *msg0;
940 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
945 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
1064 quick_r1recv(iph2, msg0) in quick_r1recv() argument
1066 vchar_t *msg0;
1072 struct isakmp *isakmp = (struct isakmp *)msg0->v;
1087 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1094 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
1396 iph2->msg1 = vdup(msg0);
1722 quick_r3recv(iph2, msg0) in quick_r3recv() argument
1724 vchar_t *msg0;
1740 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1745 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
1842 quick_r3send(iph2, msg0) in quick_r3send() argument
1844 vchar_t *msg0;
1922 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, msg0) == -1) {
1959 quick_r3prep(iph2, msg0) in quick_r3prep() argument
1961 vchar_t *msg0;