Home
last modified time | relevance | path

Searched refs:use_src_range (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/bsd/netkey/
H A Dkey.c2356 int use_src_range = 0; in key_spdadd() local
2369 use_src_range = 1; in key_spdadd()
2375 if ((!use_src_range && mhp->ext[SADB_EXT_ADDRESS_SRC].ext_buf == NULL) || in key_spdadd()
2381 if ((use_src_range && (mhp->extlen[SADB_X_EXT_ADDR_RANGE_SRC_START] < sizeof(struct sadb_address) in key_spdadd()
2383 (!use_src_range && mhp->extlen[SADB_EXT_ADDRESS_SRC] < sizeof(struct sadb_address)) || in key_spdadd()
2407 if (use_src_range) { in key_spdadd()
2425 if (use_src_range) { in key_spdadd()
2496 use_src_range ? PFKEY_ADDR_SADDR(src0) : NULL, in key_spdadd()
2497 use_src_range ? PFKEY_ADDR_SADDR(src1) : NULL, in key_spdadd()
2555 use_src_range ? PFKEY_ADDR_SADDR(src0) : NULL, in key_spdadd()
[all …]