Home | History | Annotate | Download | only in racoon

Lines Matching full:notify

331 isakmp_info_recv_n(iph1, notify, msgid, encrypted)
333 struct isakmp_pl_n *notify;
343 type = ntohs(notify->type);
363 (struct isakmp_pl_ru *)notify, msgid);
368 (struct isakmp_pl_ru *)notify, msgid);
384 "fatal %s notify messsage, "
389 "fatal %s notify messsage, "
396 "unhandled notify message %s, "
405 if(notify->spi_size > 0) {
406 if (ntohs(notify->h.len) < sizeof(*notify) + notify->spi_size) {
411 spi = val2str((char *)(notify + 1), notify->spi_size);
417 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size);
425 l = ntohs(notify->h.len) - sizeof(*notify) - notify->spi_size;
427 nraw = (char*)notify;
428 nraw += sizeof(*notify) + notify->spi_size;
1024 * don't resend notify message because peer can use Acknowledged
1025 * Informational if peer requires the reply of the notify message.
1046 * add a notify payload to buffer by reallocating buffer.
1047 * If buf == NULL, the function only create a notify payload.
1482 struct isakmp_gen *gen; /* points to Notify payload */
1485 struct isakmp_pl_n *notify = (struct isakmp_pl_n *)gen;
1488 "Notify Message received\n");
1490 switch (ntohs(notify->type)) {
1500 s_isakmp_notify_msg(ntohs(notify->type)));
1511 s_isakmp_notify_msg(ntohs(notify->type)));