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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c6563 sadb_address_t *innsrcext, sadb_address_t *inndstext, ipsec_tun_pol_t *itp,
6575 ASSERT(inndstext != NULL);
6592 innsrcext, inndstext, diagnostic)) != 0)
6712 *inndstext = (sadb_address_t *)extv[SADB_X_EXT_ADDRESS_INNER_DST]; local
6746 if (inndstext == NULL) {
6759 (sadb_ext_t *)inndstext, 0, ns) == KS_IN_ADDR_UNKNOWN) {
6764 idst = (struct sockaddr_in6 *)(inndstext + 1);
6776 } else if (inndstext != NULL) {
6830 err = ipsec_tun_pol(&isel, &pp, innsrcext, inndstext, itp,
6562 ipsec_tun_pol(ipsec_selector_t *sel, ipsec_policy_t **ppp, sadb_address_t *innsrcext, sadb_address_t *inndstext, ipsec_tun_pol_t *itp, int *diagnostic) argument

Completed in 501 milliseconds