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

Lines Matching defs:source

2  * Copyright (C) 2011 The Android Open Source Project
62 static struct sockaddr *source;
110 source = getlocaladdr(targets[0]);
111 if (!source) {
116 set_port(source, 0);
118 myaddrs[0].addr = dupsaddr(source);
256 /* Also use the source address to filter policies. */
449 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL);
455 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL);
511 isakmp_ph1begin_i(remoteconf, remoteconf->remote, source);