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

/external/ipsec-tools/src/racoon/
H A Dsockmisc.h70 extern char *saddrwop2str __P((const struct sockaddr *));
H A 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));
H A Dsockmisc.c902 saddrwop2str(saddr) function
929 snprintf(buf, sizeof(buf), "%s", saddrwop2str(&naddr->sa.sa));
1105 a2 = racoon_strdup(saddrwop2str(saddr));
1106 a3 = racoon_strdup(saddrwop2str(&sa));
H A Dgrabmyaddr.c367 saddrwop2str(ifap->ifa_addr));
495 saddrwop2str(&ifr->ifr_addr));
H A Disakmp.c2086 src = racoon_strdup(saddrwop2str(iph2->src));
2087 dst = racoon_strdup(saddrwop2str(iph2->dst));
2120 src = racoon_strdup(saddrwop2str(iph2->src));
2121 dst = racoon_strdup(saddrwop2str(iph2->dst));
2159 saddrwop2str(iph2->dst));
2168 saddrwop2str(iph2->dst));
2199 saddrwop2str(iph2->dst));
H A Dpfkey.c816 saddrwop2str(iph2->dst));
1001 saddrwop2str(iph2->dst));
1706 saddrwop2str(sa));
1734 saddrwop2str(sa));
H A Disakmp_xauth.c318 str = saddrwop2str(iph1->remote);
671 if ((remote = strdup(saddrwop2str(raddr))) == NULL) {
H A 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));
H A Disakmp_inf.c1302 loc = racoon_strdup(saddrwop2str(iph1->local));
1303 rem = racoon_strdup(saddrwop2str(iph1->remote));
H A Doakley.c2614 saddrwop2str(iph1->remote));

Completed in 127 milliseconds