Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netkey/
H A Dkey.c2355 int use_src_range = 0; in key_spdadd() local
2368 use_src_range = 1; in key_spdadd()
2374 if ((!use_src_range && mhp->ext[SADB_EXT_ADDRESS_SRC].ext_buf == NULL) || in key_spdadd()
2380 if ((use_src_range && (mhp->extlen[SADB_X_EXT_ADDR_RANGE_SRC_START] < sizeof(struct sadb_address) in key_spdadd()
2382 (!use_src_range && mhp->extlen[SADB_EXT_ADDRESS_SRC] < sizeof(struct sadb_address)) || in key_spdadd()
2406 if (use_src_range) { in key_spdadd()
2424 if (use_src_range) { in key_spdadd()
2495 use_src_range ? PFKEY_ADDR_SADDR(src0) : NULL, in key_spdadd()
2496 use_src_range ? PFKEY_ADDR_SADDR(src1) : NULL, in key_spdadd()
2554 use_src_range ? PFKEY_ADDR_SADDR(src0) : NULL, in key_spdadd()
[all …]