Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netkey/ !
H A Dkey.c2445 int use_src_range = 0; in key_spdadd() local
2458 use_src_range = 1; in key_spdadd()
2464 if ((!use_src_range && mhp->ext[SADB_EXT_ADDRESS_SRC] == NULL) || in key_spdadd()
2470 if ((use_src_range && (mhp->extlen[SADB_X_EXT_ADDR_RANGE_SRC_START] < sizeof(struct sadb_address) in key_spdadd()
2472 (!use_src_range && mhp->extlen[SADB_EXT_ADDRESS_SRC] < sizeof(struct sadb_address)) || in key_spdadd()
2496 if (use_src_range) { in key_spdadd()
2514 if (use_src_range) { in key_spdadd()
2584 use_src_range ? src0 + 1 : NULL, in key_spdadd()
2585 use_src_range ? src1 + 1 : NULL, in key_spdadd()
2643 use_src_range ? src0 + 1 : NULL, in key_spdadd()
[all …]