Lines Matching defs:src
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
97 ipsec_getassocbyconn(isaf_t *bucket, ip_xmit_attr_t *ixa, uint32_t *src,
123 * there are valid inner src and destination addresses to compare.
178 * - inner src
213 if (!IPSA_ARE_ADDR_EQUAL(src, retval->ipsa_srcaddr, af) &&
334 * (Keep in mind known-src SAs are hit before zero-src SAs,
452 * From now on, only this src, dst[ports, addr],
477 IPSA_COPY_ADDR(retval->ipsa_srcaddr, src, af);
510 ipsec_getassocbyspi(isaf_t *bucket, uint32_t spi, uint32_t *src, uint32_t *dst,
550 if (IPSA_ARE_ADDR_EQUAL(src, retval->ipsa_srcaddr, af) ||
552 IPSA_IS_ADDR_UNSPEC(src, af))