Home | History | Annotate | Download | only in racoon

Lines Matching refs:spi_size

405 	if(notify->spi_size > 0) {
406 if (ntohs(notify->h.len) < sizeof(*notify) + notify->spi_size) {
408 "invalid spi_size in notification payload.\n");
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;
428 nraw += sizeof(*notify) + notify->spi_size;
484 if (tlen != num_spi * delete->spi_size) {
503 if (delete->spi_size != sizeof(isakmp_index)) {
507 delete->spi_size, delete->proto_id);
529 if (delete->spi_size != sizeof(u_int32_t)) {
533 delete->spi_size, delete->proto_id);
545 if (delete->spi_size == sizeof(spi.spi16[1])) {
548 } else if (delete->spi_size == sizeof(spi.spi32))
554 delete->spi_size, delete->proto_id);
606 d->spi_size = sizeof(isakmp_index);
670 d->spi_size = pr->spisize;
756 n->spi_size = spisiz;
818 n->spi_size = spisiz;
868 n->spi_size = pr->spisize;
1087 n->spi_size = pr->spisize;
1549 ru_ack->spi_size = sizeof(isakmp_index);
1658 ru->spi_size = sizeof(isakmp_index);