Searched refs:racoon_strdup (Results 1 – 11 of 11) sorted by relevance
52 #ifndef racoon_strdup53 #define racoon_strdup(p) strdup((p)) macro72 #ifndef racoon_strdup73 #define racoon_strdup(p) \ macro
95 #define racoon_strdup(str) GC_debug_strdup(str) macro122 #ifndef racoon_strdup123 #define racoon_strdup(s) strdup((s)) macro
92 p->fname = racoon_strdup(fname);110 p->buf[p->head] = racoon_strdup(str);
831 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()
313 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));
516 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 …]
672 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));
949 *name = racoon_strdup(str);957 *pref = racoon_strdup(p + 1);964 *port = racoon_strdup(p + 1);975 *port = racoon_strdup(p + 1);
169 *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);
265 logfile = racoon_strdup(file);
1252 loc = racoon_strdup(saddrwop2str(iph1->local));1253 rem = racoon_strdup(saddrwop2str(iph1->remote));