• Home
  • Raw
  • Download

Lines Matching refs:remote

126 			if (sel->remote != NULL &&
127 cmpsaddr(sel->remote, p->remote) > CMPSADDR_WILDPORT_MATCH)
180 getph1(ph1hint, local, remote, flags) in getph1() argument
182 struct sockaddr *local, *remote;
189 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote));
196 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote));
208 if (remote != NULL && cmpsaddr(remote, p->remote) == CMPSADDR_MISMATCH)
304 && cmpsaddr(iph1->remote, p->remote) == CMPSADDR_MATCH)
337 memcpy(&pd->remote, iph1->remote, sysdep_sa_len(iph1->remote)); in dumpph1()
390 natt_keepalive_remove (iph1->local, iph1->remote);
409 if (iph1->remote) {
410 racoon_free(iph1->remote);
411 iph1->remote = NULL;
474 if (iph1->remote == NULL) {
944 getcontacted(remote) in getcontacted() argument
945 struct sockaddr *remote; in getcontacted()
950 if (cmpsaddr(remote, p->remote) <= CMPSADDR_WILDPORT_MATCH)
961 inscontacted(remote) in inscontacted() argument
962 struct sockaddr *remote; in inscontacted()
971 new->remote = dupsaddr(remote);
972 if (new->remote == NULL) {
985 remcontacted(remote) in remcontacted() argument
986 struct sockaddr *remote; in remcontacted()
991 if (cmpsaddr(remote, p->remote) <= CMPSADDR_WILDPORT_MATCH) {
993 racoon_free(p->remote);
1016 check_recvdpkt(remote, local, rbuf) in check_recvdpkt() argument
1017 struct sockaddr *remote, *local; in check_recvdpkt()
1045 if (cmpsaddr(remote, r->remote) != CMPSADDR_MATCH)
1059 saddr2str(remote));
1070 r->local, r->remote, lcconf->count_persend);
1083 saddr2str(remote));
1094 add_recvdpkt(remote, local, sbuf, rbuf) in add_recvdpkt() argument
1095 struct sockaddr *remote, *local; in add_recvdpkt()
1119 new->remote = dupsaddr(remote);
1120 if (new->remote == NULL) {
1153 if (r->remote)
1154 racoon_free(r->remote);