Home | History | Annotate | Download | only in ipsec-tools

Lines Matching defs:source

2  * Copyright (C) 2011 The Android Open Source Project
63 static struct sockaddr *source;
131 source = getlocaladdr(targets[0]);
132 if (!source) {
137 set_port(source, 0);
139 myaddrs[0].addr = dupsaddr(source);
271 /* Also use the source address to filter policies. */
467 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL);
473 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL);
548 isakmp_ph1begin_i(remoteconf, remoteconf->remote, source);