Searched refs:dst_prefix (Results 1 – 3 of 3) sorted by relevance
/external/ipsec-tools/ |
D | setup.c | 244 int dst_prefix = src_prefix; in spdadd() local 269 dst_prefix = 0; in spdadd() 286 if (pfkey_send_spdadd(key, src, src_prefix, dst, dst_prefix, protocol, in spdadd() 294 if (!dst_prefix) { in spdadd() 301 if (pfkey_send_spdadd(key, dst, dst_prefix, src, src_prefix, protocol, in spdadd()
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | grouping.c | 211 isl_multi_union_pw_aff *src_prefix, *dst_prefix, *prefix; in matches_prefix() local 215 dst_prefix = isl_multi_union_pw_aff_copy(dst->prefix); in matches_prefix() 216 prefix = isl_multi_union_pw_aff_union_add(src_prefix, dst_prefix); in matches_prefix()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | pmtu.sh | 1258 pmtu1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst_prefix}1)" 1259 pmtu2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst_prefix}2)"
|