Home | History | Annotate | Download | only in tcpdump

Lines Matching full:prop

484 	struct isakmp_pl_p prop;
491 safememcpy(&prop, ext, sizeof(prop));
493 prop.p_no, PROTOIDSTR(prop.prot_id), prop.num_t);
494 if (prop.spi_size) {
496 if (!rawprint((caddr_t)(p + 1), prop.spi_size))
500 ext = (struct isakmp_gen *)((u_char *)(p + 1) + prop.spi_size);
504 prop.prot_id, depth);