Searched refs:ipsup (Results 1 – 1 of 1) sorted by relevance
176 struct sadb_supported **ipsup; local180 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);