Searched defs:isel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c6718 ipsec_selector_t sel, isel; local
6824 * Transport-mode tunnel, make sure we fake out isel
6827 bzero(&isel, sizeof (isel));
6828 isel.ips_isv4 = (sel.ips_protocol == IPPROTO_ENCAP);
6829 } /* Else isel is initialized by ipsec_tun_pol(). */
6830 err = ipsec_tun_pol(&isel, &pp, innsrcext, inndstext, itp,
6833 * NOTE: isel isn't used for now, but in RFC 430x IPsec, it
H A Dspd.c1947 ipsec_selkey_t *isel; local
1956 isel = &p->ipsp_sel->ipsl_key;
1957 valid = isel->ipsl_valid;
1960 (isel->ipsl_proto != sel->ips_protocol))
1964 !ip_addr_match((uint8_t *)&isel->ipsl_remote,
1965 isel->ipsl_remote_pfxlen, &sel->ips_remote_addr_v6))
1969 !ip_addr_match((uint8_t *)&isel->ipsl_local,
1970 isel->ipsl_local_pfxlen, &sel->ips_local_addr_v6))
1974 isel->ipsl_rport != sel->ips_remote_port)
1978 isel
[all...]

Completed in 64 milliseconds