Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netkey/
H A Dkey.c2346 int use_src_range = 0; in key_spdadd() local
2359 use_src_range = 1; in key_spdadd()
2365 if ((!use_src_range && mhp->ext[SADB_EXT_ADDRESS_SRC] == NULL) || in key_spdadd()
2371 if ((use_src_range && (mhp->extlen[SADB_X_EXT_ADDR_RANGE_SRC_START] < sizeof(struct sadb_address) in key_spdadd()
2373 (!use_src_range && mhp->extlen[SADB_EXT_ADDRESS_SRC] < sizeof(struct sadb_address)) || in key_spdadd()
2397 if (use_src_range) { in key_spdadd()
2415 if (use_src_range) { in key_spdadd()
2482 use_src_range ? src0 + 1 : NULL, in key_spdadd()
2483 use_src_range ? src1 + 1 : NULL, in key_spdadd()
2541 use_src_range ? src0 + 1 : NULL, in key_spdadd()
[all …]