Searched refs:saddr2str (Results 1 - 16 of 16) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dpolicy.c137 saddr2str(iph2->src));
139 saddr2str((struct sockaddr *)&spidx->src));
145 saddr2str(iph2->dst));
147 saddr2str((struct sockaddr *)&spidx->dst));
256 a, b->prefs, saddr2str((struct sockaddr *)&sa1));
258 b, b->prefs, saddr2str((struct sockaddr *)&sa2));
274 a, b->prefd, saddr2str((struct sockaddr *)&sa1));
276 b, b->prefd, saddr2str((struct sockaddr *)&sa2));
449 a = saddr2str((const struct sockaddr *)&spidx->src);
462 a = saddr2str((cons
[all...]
H A Dsockmisc.h69 extern char *saddr2str __P((const struct sockaddr *));
H A Dsockmisc.c554 "sockname %s\n", saddr2str((struct sockaddr *)&ss));
556 "send packet from %s\n", saddr2str(src));
558 "send packet to %s\n", saddr2str(dst));
616 saddr2str((struct sockaddr *)&src6),
620 saddr2str((struct sockaddr *)&dst6),
633 i + 1, len, saddr2str(dst));
676 saddr2str((struct sockaddr *)&src6));
679 saddr2str((struct sockaddr *)&dst6));
691 i + 1, len, saddr2str(dst));
775 i + 1, len, saddr2str(ds
897 saddr2str(saddr) function
[all...]
H A Disakmp.c377 saddr2str((struct sockaddr *)&remote), res);
523 saddr_db = racoon_strdup(saddr2str(iph1->remote));
524 saddr_act = racoon_strdup(saddr2str(remote));
650 saddr2str(iph1->remote));
752 isakmp->etype, saddr2str(remote));
769 isakmp->etype, saddr2str(remote));
1081 a = racoon_strdup(saddr2str(iph1->local));
1086 a, saddr2str(iph1->remote));
1197 a = racoon_strdup(saddr2str(iph1->local));
1202 a, saddr2str(iph
[all...]
H A Dremoteconf.c237 saddr2str (remote));
516 pbuf += sprintf(pbuf, "remote %s", saddr2str(p->remote));
519 saddr2str(p->inherited_from->remote));
591 saddr2str(prop->rmconf->remote));
H A Dhandler.c152 plog(LLV_DEBUG2, LOCATION, NULL, "local: %s\n", saddr2str(local));
153 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote));
158 plog(LLV_DEBUG2, LOCATION, NULL, "p->local: %s\n", saddr2str(p->local));
159 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote));
897 saddr2str(remote));
921 saddr2str(remote));
H A Disakmp_agg.c719 saddr2str(iph1->remote));
726 saddr2str(iph1->local));
1042 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote));
1048 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
H A Disakmp_base.c533 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote));
539 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
1353 saddr2str(iph1->remote));
1360 saddr2str(iph1->local));
H A Dracoonctl.c784 if ((srcaddr = saddr2str(src)) == NULL)
1358 if ((srcstr = saddr2str((struct sockaddr *)&evtdump->src)) == NULL)
1363 if ((dststr = saddr2str((struct sockaddr *)&evtdump->dst)) == NULL)
H A Dnattraversal.c131 saddr2str(addr), iph1->approval->hashtype,
H A Dprivsep.c533 port, saddr2str(raddr), bufs[2]);
637 port, saddr2str(raddr), bufs[3]);
H A Disakmp_inf.c1149 plog(LLV_DEBUG2, LOCATION, NULL, "dst0: %s\n", saddr2str(dst0));
1217 plog(LLV_DEBUG2, LOCATION, NULL, "src: %s\n", saddr2str(src));
1218 plog(LLV_DEBUG2, LOCATION, NULL, "dst: %s\n", saddr2str(dst));
H A Disakmp_ident.c1704 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote));
1710 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
H A Disakmp_quick.c2076 saddr2str((struct sockaddr *)&spidx.src),
2081 saddr2str((struct sockaddr *)&spidx.dst),
H A Dcfparse.y1517 yyerror("failed to get remoteconf for %s.", saddr2str ($4));
2261 saddr2str(rmconf->remote));
H A Dpfkey.c3139 i = snprintf(p, blen, "%s->", saddr2str(src));
3145 i = snprintf(p, blen, "%s ", saddr2str(dst));

Completed in 299 milliseconds