Lines Matching defs:spi
60 const struct bgpd_addr *src, const struct bgpd_addr *dst, uint32_t spi,
152 sa.sadb_sa_spi = htonl(spi);
439 pfkey_reply(int sd, uint32_t *spi)
479 if (spi == NULL) {
492 *spi = ntohl(sa->sadb_sa_spi);
503 uint8_t keylen, char *key, uint32_t *spi)
508 if (pfkey_reply(pfkey_fd, spi) == -1)
511 src, dst, *spi, 0, keylen, key, 0, 0, NULL, 0, 0) == -1)
520 uint32_t *spi)
523 src, dst, *spi, 0, 0, NULL, 0, 0, NULL, 0, 0) == -1)
527 *spi = 0;