Home
last modified time | relevance | path

Searched refs:racoon_strdup (Results 1 – 10 of 10) 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
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));
Dlogger.c92 p->fname = racoon_strdup(fname);
110 p->buf[p->head] = racoon_strdup(str);
Dsockmisc.c942 src = racoon_strdup(naddrwop2str(saddr)); in naddrwop2str_fromto()
943 dst = racoon_strdup(naddrwop2str(daddr)); in naddrwop2str_fromto()
964 src = racoon_strdup(saddr2str(saddr));
965 dst = racoon_strdup(saddr2str(daddr));
1104 a1 = racoon_strdup(naddrwop2str(naddr)); in naddr_score()
1105 a2 = racoon_strdup(saddrwop2str(saddr)); in naddr_score()
1106 a3 = racoon_strdup(saddrwop2str(&sa)); in naddr_score()
Disakmp.c519 saddr_db = racoon_strdup(saddr2str(iph1->remote));
520 saddr_act = racoon_strdup(saddr2str(remote));
1077 a = racoon_strdup(saddr2str(iph1->local));
1195 a = racoon_strdup(saddr2str(iph1->local));
1268 a = racoon_strdup(saddr2str(iph2->src));
1361 a = racoon_strdup(saddr2str(iph2->src));
1999 src = racoon_strdup(saddr2str(iph1->local));
2000 dst = racoon_strdup(saddr2str(iph1->remote));
2048 src = racoon_strdup(saddr2str(iph1->local));
2049 dst = racoon_strdup(saddr2str(iph1->remote));
[all …]
Dplog.c238 logfile = racoon_strdup(file);
Dcfparse.y331 lcconf->pathinfo[$2] = racoon_strdup($3->v);
1667 cur_rmconf->peerscertfile = racoon_strdup($2->v);
1678 cur_rmconf->cacertfile = racoon_strdup($3->v);
1688 cur_rmconf->peerscertfile = racoon_strdup($3->v);
1964 cur_rmconf->mycertfile = racoon_strdup($2->v);
1969 cur_rmconf->myprivfile = racoon_strdup($3->v);
2060 racoon_strdup($2->v);
Dracoonctl.c1019 *name = racoon_strdup(str);
1027 *pref = racoon_strdup(p + 1);
1034 *port = racoon_strdup(p + 1);
1045 *port = racoon_strdup(p + 1);
Disakmp_inf.c1301 loc = racoon_strdup(saddrwop2str(iph1->local));
1302 rem = racoon_strdup(saddrwop2str(iph1->remote));