Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddebugrm.h52 #ifndef racoon_strdup
53 #define racoon_strdup(p) strdup((p)) macro
72 #ifndef racoon_strdup
73 #define racoon_strdup(p) \ macro
H A Dgcmalloc.h95 #define racoon_strdup(str) GC_debug_strdup(str) macro
122 #ifndef racoon_strdup
123 #define racoon_strdup(s) strdup((s)) macro
H A Dsockmisc.c764 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()
H A Dlogger.c92 p->fname = racoon_strdup(fname);
110 p->buf[p->head] = racoon_strdup(str);
H A Dadmin.c311 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));
H A Disakmp.c514 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 …]
H A Dremoteconf.c661 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));
H A Dcfparse.y169 *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()
H A Dracoonctl.c949 *name = racoon_strdup(str);
957 *pref = racoon_strdup(p + 1);
964 *port = racoon_strdup(p + 1);
975 *port = racoon_strdup(p + 1);
H A Dplog.c265 logfile = racoon_strdup(file);
H A Disakmp_inf.c1227 loc = racoon_strdup(saddrwop2str(iph1->local));
1228 rem = racoon_strdup(saddrwop2str(iph1->remote));