Lines Matching defs:sap
2668 struct ikev2_sa_proposal *sap = NULL;
2702 if ((sap = ibuf_reserve(buf, sizeof(*sap))) == NULL) {
2747 sap->sap_more = IKEV1_PAYLOAD_PROPOSAL;
2748 sap->sap_proposalnr = prop->prop_id;
2749 sap->sap_protoid = prop->prop_protoid;
2750 sap->sap_spisize = prop->prop_localspi.spi_size;
2751 sap->sap_transforms = nxforms;
2752 saplength = sizeof(*sap);
2788 sap->sap_length = htobe16(saplength);
2791 if (sap != NULL)
2792 sap->sap_more = IKEV1_PAYLOAD_NONE;