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.c917 saddrwop2str(saddr) in saddrwop2str() function
944 snprintf(buf, sizeof(buf), "%s", saddrwop2str(&naddr->sa.sa)); in naddrwop2str()
1120 a2 = racoon_strdup(saddrwop2str(saddr)); in naddr_score()
1121 a3 = racoon_strdup(saddrwop2str(&sa)); in naddr_score()
Dgrabmyaddr.c371 saddrwop2str(ifap->ifa_addr)); in grab_myaddrs()
508 saddrwop2str(&ifr->ifr_addr)); in grab_myaddrs()
Disakmp.c2093 src = racoon_strdup(saddrwop2str(iph2->src));
2094 dst = racoon_strdup(saddrwop2str(iph2->dst));
2127 src = racoon_strdup(saddrwop2str(iph2->src));
2128 dst = racoon_strdup(saddrwop2str(iph2->dst));
2165 saddrwop2str(iph2->dst));
2174 saddrwop2str(iph2->dst));
2205 saddrwop2str(iph2->dst));
Dpfkey.c816 saddrwop2str(iph2->dst));
1001 saddrwop2str(iph2->dst));
1706 saddrwop2str(sa));
1734 saddrwop2str(sa));
Dipsec_doi.c4451 len = snprintf( buf, BUFLEN, "%s", saddrwop2str(saddr));
4507 len = snprintf( buf, BUFLEN, "%s/%i", saddrwop2str(saddr), plen);
4513 len = snprintf( buf, BUFLEN, "%s-", saddrwop2str(saddr));
4524 len += snprintf( buf + len, BUFLEN - len, "%s", saddrwop2str(saddr));
4531 len = snprintf( buf, BUFLEN, "%s-", saddrwop2str(saddr));
4546 len += snprintf( buf + len, BUFLEN - len, "%s", saddrwop2str(saddr));
Disakmp_xauth.c318 str = saddrwop2str(iph1->remote);
671 if ((remote = strdup(saddrwop2str(raddr))) == NULL) {
Disakmp_inf.c1301 loc = racoon_strdup(saddrwop2str(iph1->local));
1302 rem = racoon_strdup(saddrwop2str(iph1->remote));
Doakley.c2614 saddrwop2str(iph1->remote));