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

/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.h157 /* NOTE: DON'T use IPSEC_MODE_ANY at SPD. It's only use in SAD */
158 #define IPSEC_MODE_ANY 0 /* i.e. wildcard. */ macro
/xnu-2782.1.97/bsd/netkey/
H A Dkey.c915 case IPSEC_MODE_ANY:
1808 case IPSEC_MODE_ANY:
5435 if (saidx0->mode != IPSEC_MODE_ANY
6450 mode = IPSEC_MODE_ANY;
6823 mode = IPSEC_MODE_ANY;
7056 mode = IPSEC_MODE_ANY;
7334 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0 + 1, dst0 + 1, ipsec_if ? ipsec_if->if_index : 0, &saidx);
7409 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0 + 1, dst0 + 1, ipsec_if ? ipsec_if->if_index : 0, &saidx);
7525 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0 + 1, dst0 + 1, ipsec_if ? ipsec_if->if_index : 0, &saidx);
8323 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY,
[all...]

Completed in 88 milliseconds