Home
last modified time | relevance | path

Searched refs:saddrwop2str (Results 1 – 10 of 10) sorted by relevance

/external/ipsec-tools/src/racoon/
Dadmin.c287 loc = racoon_strdup(saddrwop2str(src));
288 rem = racoon_strdup(saddrwop2str(dst));
339 rem = racoon_strdup(saddrwop2str(dst));
346 loc = racoon_strdup(saddrwop2str(iph1->local));
419 "for %s\n", saddrwop2str(dst));
461 "%s\n", saddrwop2str(remote));
Dsockmisc.h70 extern char *saddrwop2str __P((const struct sockaddr *));
Dsockmisc.c902 saddrwop2str(saddr) in saddrwop2str() function
929 snprintf(buf, sizeof(buf), "%s", saddrwop2str(&naddr->sa.sa)); in naddrwop2str()
1105 a2 = racoon_strdup(saddrwop2str(saddr)); in naddr_score()
1106 a3 = racoon_strdup(saddrwop2str(&sa)); in naddr_score()
Dgrabmyaddr.c367 saddrwop2str(ifap->ifa_addr)); in grab_myaddrs()
495 saddrwop2str(&ifr->ifr_addr)); in grab_myaddrs()
Disakmp.c2088 src = racoon_strdup(saddrwop2str(iph2->src));
2089 dst = racoon_strdup(saddrwop2str(iph2->dst));
2122 src = racoon_strdup(saddrwop2str(iph2->src));
2123 dst = racoon_strdup(saddrwop2str(iph2->dst));
2160 saddrwop2str(iph2->dst));
2169 saddrwop2str(iph2->dst));
2200 saddrwop2str(iph2->dst));
Dpfkey.c816 saddrwop2str(iph2->dst));
1001 saddrwop2str(iph2->dst));
1706 saddrwop2str(sa));
1734 saddrwop2str(sa));
Dipsec_doi.c4437 len = snprintf( buf, BUFLEN, "%s", saddrwop2str(saddr));
4493 len = snprintf( buf, BUFLEN, "%s/%i", saddrwop2str(saddr), plen);
4499 len = snprintf( buf, BUFLEN, "%s-", saddrwop2str(saddr));
4510 len += snprintf( buf + len, BUFLEN - len, "%s", saddrwop2str(saddr));
4517 len = snprintf( buf, BUFLEN, "%s-", saddrwop2str(saddr));
4532 len += snprintf( buf + len, BUFLEN - len, "%s", saddrwop2str(saddr));
Disakmp_xauth.c318 str = saddrwop2str(iph1->remote);
668 if ((remote = strdup(saddrwop2str(raddr))) == NULL) {
Disakmp_inf.c1301 loc = racoon_strdup(saddrwop2str(iph1->local));
1302 rem = racoon_strdup(saddrwop2str(iph1->remote));
Doakley.c2515 saddrwop2str(iph1->remote));