Lines Matching full:notify
330 isakmp_info_recv_n(iph1, notify, msgid, encrypted) in isakmp_info_recv_n() argument
332 struct isakmp_pl_n *notify;
342 type = ntohs(notify->type);
362 (struct isakmp_pl_ru *)notify, msgid);
367 (struct isakmp_pl_ru *)notify, msgid);
383 "fatal %s notify messsage, "
388 "fatal %s notify messsage, "
395 "unhandled notify message %s, "
404 if(notify->spi_size > 0) {
405 if (ntohs(notify->h.len) < sizeof(*notify) + notify->spi_size) {
410 spi = val2str((char *)(notify + 1), notify->spi_size);
416 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size);
424 l = ntohs(notify->h.len) - sizeof(*notify) - notify->spi_size;
426 nraw = (char*)notify;
427 nraw += sizeof(*notify) + notify->spi_size;
1023 * don't resend notify message because peer can use Acknowledged
1024 * Informational if peer requires the reply of the notify message.
1045 * add a notify payload to buffer by reallocating buffer.
1046 * If buf == NULL, the function only create a notify payload.
1481 struct isakmp_gen *gen; /* points to Notify payload */ in isakmp_check_notify()
1484 struct isakmp_pl_n *notify = (struct isakmp_pl_n *)gen; local
1487 "Notify Message received\n");
1489 switch (ntohs(notify->type)) {
1499 s_isakmp_notify_msg(ntohs(notify->type)));
1510 s_isakmp_notify_msg(ntohs(notify->type)));