Home
last modified time | relevance | path

Searched refs:esph_spi (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c77 ntohl(aligned_esph->esph_spi), in interpret_esp()
90 (void) sprintf(get_line((char *)&esph->esph_spi - dlc_header, in interpret_esp()
91 4), "SPI = 0x%x", ntohl(aligned_esph->esph_spi)); in interpret_esp()
/titanic_50/usr/src/uts/common/inet/
H A Dipsecesp.h87 uint32_t esph_spi; member
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_sadb.c868 bucket = INBOUND_BUCKET(sp, esph->esph_spi); in ipsec_inbound_esp_sa()
870 ipsa = ipsec_getassocbyspi(bucket, esph->esph_spi, src_ptr, dst_ptr, in ipsec_inbound_esp_sa()
883 esph->esph_spi, dst_ptr, af, ira); in ipsec_inbound_esp_sa()
H A Dipsecesp.c2819 esph_ptr->esph_spi = assoc->ipsa_spi; in esp_outbound()
2830 esph_ptr->esph_spi, assoc->ipsa_dstaddr, af, in esp_outbound()