Searched refs:esph_spi (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipsec.c | 77 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 D | ipsecesp.h | 87 uint32_t esph_spi; member
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_sadb.c | 868 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 D | ipsecesp.c | 2819 esph_ptr->esph_spi = assoc->ipsa_spi; in esp_outbound() 2830 esph_ptr->esph_spi, assoc->ipsa_dstaddr, af, in esp_outbound()
|