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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c5873 * master_spi is passed in host order.
5876 sadb_getspi(keysock_in_t *ksi, uint32_t master_spi, int *diagnostic, argument
5932 if (master_spi < min || master_spi > max) {
5941 master_spi = min + (add % (max - min + 1));
5945 * Since master_spi is passed in host order, we need to htonl() it
5948 return (sadb_makelarvalassoc(htonl(master_spi), srcaddr, dstaddr, af,

Completed in 56 milliseconds