Searched refs:saddr2str (Results 1 – 16 of 16) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | policy.c | 137 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((const struct sockaddr *)&spidx->dst);
|
D | sockmisc.c | 543 "sockname %s\n", saddr2str((struct sockaddr *)&ss)); 545 "send packet from %s\n", saddr2str(src)); 547 "send packet to %s\n", saddr2str(dst)); 605 saddr2str((struct sockaddr *)&src6), 609 saddr2str((struct sockaddr *)&dst6), 622 i + 1, len, saddr2str(dst)); 665 saddr2str((struct sockaddr *)&src6)); 668 saddr2str((struct sockaddr *)&dst6)); 680 i + 1, len, saddr2str(dst)); 760 i + 1, len, saddr2str(dst)); [all …]
|
D | isakmp.c | 373 saddr2str((struct sockaddr *)&remote), res); 519 saddr_db = racoon_strdup(saddr2str(iph1->remote)); 520 saddr_act = racoon_strdup(saddr2str(remote)); 646 saddr2str(iph1->remote)); 748 isakmp->etype, saddr2str(remote)); 765 isakmp->etype, saddr2str(remote)); 1077 a = racoon_strdup(saddr2str(iph1->local)); 1082 a, saddr2str(iph1->remote)); 1193 a = racoon_strdup(saddr2str(iph1->local)); in isakmp_ph1begin_r() 1198 a, saddr2str(iph1->remote)); in isakmp_ph1begin_r() [all …]
|
D | remoteconf.c | 237 saddr2str (remote)); 516 pbuf += sprintf(pbuf, "remote %s", saddr2str(p->remote)); in dump_rmconf_single() 519 saddr2str(p->inherited_from->remote)); in dump_rmconf_single() 591 saddr2str(prop->rmconf->remote)); in dump_rmconf_single()
|
D | sockmisc.h | 69 extern char *saddr2str __P((const struct sockaddr *));
|
D | handler.c | 152 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));
|
D | isakmp_base.c | 533 "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));
|
D | isakmp_agg.c | 719 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));
|
D | racoonctl.c | 784 if ((srcaddr = saddr2str(src)) == NULL) 1358 if ((srcstr = saddr2str((struct sockaddr *)&evtdump->src)) == NULL) 1363 if ((dststr = saddr2str((struct sockaddr *)&evtdump->dst)) == NULL)
|
D | isakmp_inf.c | 1148 plog(LLV_DEBUG2, LOCATION, NULL, "dst0: %s\n", saddr2str(dst0)); 1216 plog(LLV_DEBUG2, LOCATION, NULL, "src: %s\n", saddr2str(src)); 1217 plog(LLV_DEBUG2, LOCATION, NULL, "dst: %s\n", saddr2str(dst));
|
D | nattraversal.c | 131 saddr2str(addr), iph1->approval->hashtype, in natt_hash_addr()
|
D | privsep.c | 533 port, saddr2str(raddr), bufs[2]); in privsep_init() 637 port, saddr2str(raddr), bufs[3]); in privsep_init()
|
D | isakmp_ident.c | 1704 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); 1710 "NAT-D hashing failed for %s\n", saddr2str(iph1->local));
|
D | cfparse.y | 1517 yyerror("failed to get remoteconf for %s.", saddr2str ($4)); 2261 saddr2str(rmconf->remote));
|
D | isakmp_quick.c | 2075 saddr2str((struct sockaddr *)&spidx.src), 2080 saddr2str((struct sockaddr *)&spidx.dst),
|
D | pfkey.c | 3139 i = snprintf(p, blen, "%s->", saddr2str(src)); 3145 i = snprintf(p, blen, "%s ", saddr2str(dst));
|