Lines Matching full:prop
608 struct ikev1_pl_p prop;
615 UNALIGNED_MEMCPY(&prop, ext, sizeof(prop));
617 prop.p_no, PROTOIDSTR(prop.prot_id), prop.num_t));
618 if (prop.spi_size) {
620 prop.spi_size))
624 ext = (struct isakmp_gen *)((u_char *)(p + 1) + prop.spi_size);
628 prop.prot_id, depth);
1511 struct ikev2_p prop;
1516 UNALIGNED_MEMCPY(&prop, ext, sizeof(prop));
1517 ikev2_pay_print(ndo, NPSTR(ISAKMP_NPTYPE_P), prop.h.critical);
1520 prop.p_no, PROTOIDSTR(prop.prot_id),
1521 prop.num_t, ntohs(prop.h.len)));
1522 if (prop.spi_size) {
1524 if (!rawprint(ndo, (caddr_t)(p + 1), prop.spi_size))
1528 ext = (struct isakmp_gen *)((u_char *)(p + 1) + prop.spi_size);
1532 prop.prot_id, depth);