Lines Matching refs: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);
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;
1484 struct isakmp_pl_n *notify = (struct isakmp_pl_n *)gen; local
1489 switch (ntohs(notify->type)) {
1499 s_isakmp_notify_msg(ntohs(notify->type)));
1510 s_isakmp_notify_msg(ntohs(notify->type)));