| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | policy.c | 141 saddr2str(iph2->src)); 143 saddr2str((struct sockaddr *)&spidx->src)); 150 saddr2str(iph2->dst)); 152 saddr2str((struct sockaddr *)&spidx->dst)); 261 a, b->prefs, saddr2str((struct sockaddr *)&sa1)); 263 b, b->prefs, saddr2str((struct sockaddr *)&sa2)); 279 a, b->prefd, saddr2str((struct sockaddr *)&sa1)); 281 b, b->prefd, saddr2str((struct sockaddr *)&sa2)); 459 a = saddr2str((const struct sockaddr *)&spidx->src); 472 a = saddr2str((const struct sockaddr *)&spidx->dst);
|
| H A D | sockmisc.c | 366 "sockname %s\n", saddr2str((struct sockaddr *)&ss)); 368 "send packet from %s\n", saddr2str(src)); 370 "send packet to %s\n", saddr2str(dst)); 428 saddr2str((struct sockaddr *)&src6), 432 saddr2str((struct sockaddr *)&dst6), 445 i + 1, len, saddr2str(dst)); 488 saddr2str((struct sockaddr *)&src6)); 491 saddr2str((struct sockaddr *)&dst6)); 503 i + 1, len, saddr2str(dst)); 584 i + 1, len, saddr2str(dst)); [all …]
|
| H A D | isakmp.c | 369 saddr2str((struct sockaddr *)&remote), res); in isakmp_handler() 514 saddr_db = racoon_strdup(saddr2str(iph1->remote)); 515 saddr_act = racoon_strdup(saddr2str(remote)); 641 saddr2str(iph1->remote)); 743 isakmp->etype, saddr2str(remote)); 760 isakmp->etype, saddr2str(remote)); 1098 a = racoon_strdup(saddr2str(iph1->local)); 1103 a, saddr2str(iph1->remote)); 1209 a = racoon_strdup(saddr2str(iph1->local)); 1214 a, saddr2str(iph1->remote)); [all …]
|
| H A D | handler.c | 188 plog(LLV_DEBUG2, LOCATION, NULL, "local: %s\n", saddr2str(local)); 189 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote)); 195 plog(LLV_DEBUG2, LOCATION, NULL, "p->local: %s\n", saddr2str(p->local)); 196 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote)); 1063 saddr2str(remote)); 1087 saddr2str(remote));
|
| H A D | sockmisc.h | 77 extern char *saddr2str __P((const struct sockaddr *));
|
| H A D | isakmp_base.c | 528 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); 534 "NAT-D hashing failed for %s\n", saddr2str(iph1->local)); 1336 saddr2str(iph1->remote)); 1343 saddr2str(iph1->local));
|
| H A D | isakmp_agg.c | 697 saddr2str(iph1->remote)); 704 saddr2str(iph1->local)); 1004 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); 1010 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
|
| H A D | racoonctl.c | 692 if ((srcaddr = saddr2str(src)) == NULL) 1286 if ((srcstr = saddr2str((struct sockaddr *)&evtdump->ec_ph1src)) == NULL) 1291 if ((dststr = saddr2str((struct sockaddr *)&evtdump->ec_ph1dst)) == NULL)
|
| H A D | admin.c | 311 loc = racoon_strdup(saddr2str(sel.local)); 312 rem = racoon_strdup(saddr2str(sel.remote));
|
| H A D | remoteconf.c | 314 "anonymous" : saddr2str(p->remote)); 433 saddr2str(iph1->remote), idstr ? idstr : "<any>"); 823 new->name = racoon_strdup(saddr2str(new->remote));
|
| H A D | isakmp_inf.c | 1093 plog(LLV_DEBUG2, LOCATION, NULL, "dst0: %s\n", saddr2str(dst0)); 1144 plog(LLV_DEBUG2, LOCATION, NULL, "src: %s\n", saddr2str(src)); 1145 plog(LLV_DEBUG2, LOCATION, NULL, "dst: %s\n", saddr2str(dst));
|
| H A D | nattraversal.c | 136 saddr2str(addr), iph1->approval->hashtype, in natt_hash_addr()
|
| H A D | cfparse.y | 1917 saddr2str($4)); 1924 saddr2str($4)); 2736 saddr2str(rmconf->remote));
|
| H A D | isakmp_ident.c | 1683 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); 1689 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
|
| H A D | privsep.c | 724 port, saddr2str(raddr), bufs[2]); in privsep_init() 828 port, saddr2str(raddr), bufs[3]); in privsep_init()
|
| H A D | isakmp_quick.c | 2421 saddr2str((struct sockaddr *)&spidx.src), 2426 saddr2str((struct sockaddr *)&spidx.dst),
|
| H A D | isakmp_xauth.c | 596 saddr2str(iph1->remote)) != 0)
|
| H A D | pfkey.c | 3977 i = snprintf(p, blen, "%s->", saddr2str(src)); 3983 i = snprintf(p, blen, "%s ", saddr2str(dst));
|
| /netbsd-src/crypto/dist/ipsec-tools/ |
| H A D | ChangeLog.old | 2048 * src/racoon/sockmisc.c (saddr2str): Can print anonymous entries.
|