Lines Matching refs:notify
699 vchar_t *notify = NULL; local
733 if (notify != NULL) {
739 notify = vmalloc(pa->len);
740 if (notify == NULL) {
745 memcpy(notify->v, pa->ptr, notify->l);
776 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
823 if (notify != NULL)
824 vfree(notify);
1510 vchar_t *notify = NULL; local
1528 notify = vmalloc(tlen);
1529 if (notify == NULL) {
1534 n = (struct isakmp_pl_n *)notify->v;
1543 myhash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
1550 + notify->l;
1567 memcpy(p, notify->v, notify->l);
1598 if (notify != NULL)
1599 vfree(notify);