Searched refs:max_spi (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c480 int max_spi = 0, fail = 0; local
591 if (*num_spi >= max_spi) {
592 max_spi += 512;
593 spi = realloc(spi, max_spi * sizeof(uint32_t));

Completed in 206 milliseconds