| /src/crypto/dist/ipsec-tools/src/racoon/ |
| policy.c | 139 saddr2str(iph2->src)); 141 saddr2str((struct sockaddr *)&spidx->src)); 148 saddr2str(iph2->dst)); 150 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((const struct sockaddr *)&spidx->dst) [all...] |
| sockmisc.h | 77 extern char *saddr2str(const struct sockaddr *);
|
| sockmisc.c | 352 "sockname %s\n", saddr2str((struct sockaddr *)&ss)); 354 "send packet from %s\n", saddr2str(src)); 356 "send packet to %s\n", saddr2str(dst)); 414 saddr2str((struct sockaddr *)&src6), 418 saddr2str((struct sockaddr *)&dst6), 431 i + 1, len, saddr2str(dst)); 474 saddr2str((struct sockaddr *)&src6)); 477 saddr2str((struct sockaddr *)&dst6)); 489 i + 1, len, saddr2str(dst)); 570 i + 1, len, saddr2str(dst)) 687 saddr2str(const struct sockaddr *saddr) function [all...] |
| isakmp.c | 368 saddr2str((struct sockaddr *)&remote), res); 511 saddr_db = racoon_strdup(saddr2str(iph1->remote)); 512 saddr_act = racoon_strdup(saddr2str(remote)); 638 saddr2str(iph1->remote)); 740 isakmp->etype, saddr2str(remote)); 757 isakmp->etype, saddr2str(remote)); 1090 a = racoon_strdup(saddr2str(iph1->local)); 1095 a, saddr2str(iph1->remote)); 1199 a = racoon_strdup(saddr2str(iph1->local)); 1204 a, saddr2str(iph1->remote)) [all...] |
| handler.c | 181 plog(LLV_DEBUG2, LOCATION, NULL, "local: %s\n", saddr2str(local)); 182 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote)); 188 plog(LLV_DEBUG2, LOCATION, NULL, "p->local: %s\n", saddr2str(p->local)); 189 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote)); 1029 saddr2str(remote)); 1053 saddr2str(remote));
|
| isakmp_agg.c | 691 saddr2str(iph1->remote)); 698 saddr2str(iph1->local)); 994 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); 1000 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
|
| isakmp_base.c | 522 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); 528 "NAT-D hashing failed for %s\n", saddr2str(iph1->local)); 1319 saddr2str(iph1->remote)); 1326 saddr2str(iph1->local));
|
| admin.c | 312 loc = racoon_strdup(saddr2str(sel.local)); 313 rem = racoon_strdup(saddr2str(sel.remote));
|
| racoonctl.c | 668 if ((srcaddr = saddr2str(src)) == NULL) 1237 if ((srcstr = saddr2str((struct sockaddr *)&evtdump->ec_ph1src)) == NULL) 1242 if ((dststr = saddr2str((struct sockaddr *)&evtdump->ec_ph1dst)) == NULL)
|
| remoteconf.c | 309 "anonymous" : saddr2str(p->remote)); 425 saddr2str(iph1->remote), idstr ? idstr : "<any>"); 807 new->name = racoon_strdup(saddr2str(new->remote));
|
| isakmp_inf.c | 1063 plog(LLV_DEBUG2, LOCATION, NULL, "dst0: %s\n", saddr2str(dst0)); 1114 plog(LLV_DEBUG2, LOCATION, NULL, "src: %s\n", saddr2str(src)); 1115 plog(LLV_DEBUG2, LOCATION, NULL, "dst: %s\n", saddr2str(dst));
|
| nattraversal.c | 136 saddr2str(addr), iph1->approval->hashtype,
|
| isakmp_ident.c | 1657 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); 1663 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
|
| privsep.c | 717 port, saddr2str(raddr), bufs[2]); 821 port, saddr2str(raddr), bufs[3]);
|
| cfparse.y | 1927 saddr2str($4)); 1934 saddr2str($4)); 2741 saddr2str(rmconf->remote));
|
| isakmp_quick.c | 2396 saddr2str((struct sockaddr *)&spidx.src), 2401 saddr2str((struct sockaddr *)&spidx.dst),
|
| isakmp_xauth.c | 585 saddr2str(iph1->remote)) != 0)
|
| pfkey.c | 3924 i = snprintf(p, blen, "%s->", saddr2str(src)); 3930 i = snprintf(p, blen, "%s ", saddr2str(dst));
|