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
764 src = racoon_strdup(naddrwop2str(saddr)); in naddrwop2str_fromto()765 dst = racoon_strdup(naddrwop2str(daddr)); in naddrwop2str_fromto()786 src = racoon_strdup(saddr2str(saddr));787 dst = racoon_strdup(saddr2str(daddr));926 a1 = racoon_strdup(naddrwop2str(naddr)); in naddr_score()927 a2 = racoon_strdup(saddrwop2str(saddr)); in naddr_score()928 a3 = racoon_strdup(saddrwop2str(&sa)); in naddr_score()
92 p->fname = racoon_strdup(fname);110 p->buf[p->head] = racoon_strdup(str);
311 loc = racoon_strdup(saddr2str(sel.local));312 rem = racoon_strdup(saddr2str(sel.remote));357 rem = racoon_strdup(saddrwop2str(dst));364 loc = racoon_strdup(saddrwop2str(iph1->local));
514 saddr_db = racoon_strdup(saddr2str(iph1->remote));515 saddr_act = racoon_strdup(saddr2str(remote));1098 a = racoon_strdup(saddr2str(iph1->local));1209 a = racoon_strdup(saddr2str(iph1->local));1289 a = racoon_strdup(saddr2str(iph2->src));1371 a = racoon_strdup(saddr2str(iph2->src));2012 src = racoon_strdup(saddr2str(iph1->local));2013 dst = racoon_strdup(saddr2str(iph1->remote));2064 src = racoon_strdup(saddr2str(iph1->local));2065 dst = racoon_strdup(saddr2str(iph1->remote));[all …]
661 new->mycertfile = racoon_strdup(new->mycertfile); 665 new->myprivfile = racoon_strdup(new->myprivfile); 669 new->peerscertfile = racoon_strdup(new->peerscertfile); 673 new->cacertfile = racoon_strdup(new->cacertfile); 823 new->name = racoon_strdup(saddr2str(new->remote));
169 *filenameptr = racoon_strdup(file); in load_x509()428 lcconf_setchroot(racoon_strdup($2->v));437 char * path = racoon_strdup($3->v);1877 new->name = racoon_strdup($2->v);1902 new->name = racoon_strdup($2->v);2384 cur_rmconf->myprivfile = racoon_strdup($3->v);2490 racoon_strdup($2->v);2658 new->gssid = racoon_strdup(spspec->gssid); in dupspspec()
949 *name = racoon_strdup(str);957 *pref = racoon_strdup(p + 1);964 *port = racoon_strdup(p + 1);975 *port = racoon_strdup(p + 1);
265 logfile = racoon_strdup(file);
1227 loc = racoon_strdup(saddrwop2str(iph1->local));1228 rem = racoon_strdup(saddrwop2str(iph1->remote));