Home | History | Annotate | Download | only in libipsec

Lines Matching full:ipsup

176 	struct sadb_supported **ipsup;
180 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_AH)];
183 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_ESP)];
190 if (*ipsup)
191 free(*ipsup);
193 *ipsup = malloc((size_t)sup->sadb_supported_len);
194 if (!*ipsup) {
198 memcpy(*ipsup, sup, (size_t)sup->sadb_supported_len);