Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netkey/
H A Dkey.c2352 int use_src_range = 0; in key_spdadd() local
2365 use_src_range = 1; in key_spdadd()
2371 if ((!use_src_range && mhp->ext[SADB_EXT_ADDRESS_SRC].ext_buf == NULL) || in key_spdadd()
2377 if ((use_src_range && (mhp->extlen[SADB_X_EXT_ADDR_RANGE_SRC_START] < sizeof(struct sadb_address) in key_spdadd()
2379 (!use_src_range && mhp->extlen[SADB_EXT_ADDRESS_SRC] < sizeof(struct sadb_address)) || in key_spdadd()
2403 if (use_src_range) { in key_spdadd()
2421 if (use_src_range) { in key_spdadd()
2492 use_src_range ? PFKEY_ADDR_SADDR(src0) : NULL, in key_spdadd()
2493 use_src_range ? PFKEY_ADDR_SADDR(src1) : NULL, in key_spdadd()
2551 use_src_range ? PFKEY_ADDR_SADDR(src0) : NULL, in key_spdadd()
[all …]