Home | History | Annotate | Download | only in racoon

Lines Matching full:payload

170  * check phase 1 SA payload.
171 * make new SA payload to be replyed not including general header.
174 * positive: the pointer to new buffer of SA payload.
183 vchar_t *newsa; /* new SA payload approved. */
206 * return a new SA payload to be reply to peer.
881 * check phase 2 SA payload and select single proposal.
882 * make new SA payload to be replyed not including general header.
917 * check phase 2 SA payload returned from responder.
1111 * return a new SA payload to be reply to peer.
1282 * get proposal pairs from SA payload.
1283 * tiny check for proposal payload.
1300 /* check SA payload size */
1339 /* check the value of next payload */
1342 "Invalid payload type=%u\n", pa->type);
1450 * check transform payload.
1452 * positive: return the pointer to the payload of valid transform.
1485 /* check the value of next payload */
1488 "Invalid payload type=%u\n", pa->type);
1559 * make a new SA payload from prop_pair.
1684 * make a new SA payload from prop_pair.
2638 * NOT INCLUDING isakmp general header of SA payload
2648 /* not including isakmp general header of SA payload */
2659 /* create SA payload */
2702 /* save buffer to pre-next payload */
3134 /* save buffer to pre-next payload */
3154 * NOT INCLUDING isakmp general header of SA payload.
3166 size_t propoff; /* for previous field of type of next payload. */
3177 /* create SA payload */
3589 * - if phase 1 ID payload conformed RFC2407 4.6.2.
3591 * - if ID payload sent from peer is equal to the ID expected by me.
3593 * both of "id" and "id_p" should be ID payload without general header,
3643 /* if phase 1 ID payload conformed RFC2407 4.6.2. */
3745 * create ID payload for phase 1 and set into iph1->id.
4035 * create ID payload for phase 2, and set into iph2->id and id_p. There are
4037 * this function is for initiator. responder will get to copy from payload.
4245 * create sockaddr structure from ID payload (buf).
4260 * When a ID payload of subnet type with a IP address of full bit
4374 * make printable string from ID payload except of general header.