Home
last modified time | relevance | path

Searched refs:racoon_strdup (Results 1 – 11 of 11) sorted by relevance

/external/ipsec-tools/src/racoon/
Ddebugrm.h52 #ifndef racoon_strdup
53 #define racoon_strdup(p) strdup((p)) macro
72 #ifndef racoon_strdup
73 #define racoon_strdup(p) \ macro
Dgcmalloc.h95 #define racoon_strdup(str) GC_debug_strdup(str) macro
122 #ifndef racoon_strdup
123 #define racoon_strdup(s) strdup((s)) macro
Dlogger.c92 p->fname = racoon_strdup(fname);
110 p->buf[p->head] = racoon_strdup(str);
Dsockmisc.c831 src = racoon_strdup(naddrwop2str(saddr)); in naddrwop2str_fromto()
832 dst = racoon_strdup(naddrwop2str(daddr)); in naddrwop2str_fromto()
853 src = racoon_strdup(saddr2str(saddr));
854 dst = racoon_strdup(saddr2str(daddr));
993 a1 = racoon_strdup(naddrwop2str(naddr)); in naddr_score()
994 a2 = racoon_strdup(saddrwop2str(saddr)); in naddr_score()
995 a3 = racoon_strdup(saddrwop2str(&sa)); in naddr_score()
Dadmin.c313 loc = racoon_strdup(saddr2str(sel.local));
314 rem = racoon_strdup(saddr2str(sel.remote));
360 rem = racoon_strdup(saddrwop2str(dst));
367 loc = racoon_strdup(saddrwop2str(iph1->local));
Disakmp.c516 saddr_db = racoon_strdup(saddr2str(iph1->remote));
517 saddr_act = racoon_strdup(saddr2str(remote));
1091 a = racoon_strdup(saddr2str(iph1->local));
1201 a = racoon_strdup(saddr2str(iph1->local));
1281 a = racoon_strdup(saddr2str(iph2->src));
1363 a = racoon_strdup(saddr2str(iph2->src));
2007 src = racoon_strdup(saddr2str(iph1->local));
2008 dst = racoon_strdup(saddr2str(iph1->remote));
2059 src = racoon_strdup(saddr2str(iph1->local));
2060 dst = racoon_strdup(saddr2str(iph1->remote));
[all …]
Dremoteconf.c672 new->mycertfile = racoon_strdup(new->mycertfile);
676 new->myprivfile = racoon_strdup(new->myprivfile);
680 new->peerscertfile = racoon_strdup(new->peerscertfile);
684 new->cacertfile = racoon_strdup(new->cacertfile);
840 new->name = racoon_strdup(saddr2str(new->remote));
Dracoonctl.c949 *name = racoon_strdup(str);
957 *pref = racoon_strdup(p + 1);
964 *port = racoon_strdup(p + 1);
975 *port = racoon_strdup(p + 1);
Dcfparse.y169 *filenameptr = racoon_strdup(file); in load_x509()
338 lcconf->pathinfo[$2] = racoon_strdup($3->v);
1640 new->name = racoon_strdup($2->v);
1661 new->name = racoon_strdup($2->v);
2176 cur_rmconf->myprivfile = racoon_strdup($3->v);
2277 racoon_strdup($2->v);
2443 new->gssid = racoon_strdup(spspec->gssid);
Dplog.c265 logfile = racoon_strdup(file);
Disakmp_inf.c1252 loc = racoon_strdup(saddrwop2str(iph1->local));
1253 rem = racoon_strdup(saddrwop2str(iph1->remote));