HomeSort by relevance Sort by last modified time
    Searched refs:racoon_strdup (Results 1 - 11 of 11) sorted by null

  /external/ipsec-tools/src/racoon/
debugrm.h 52 #ifndef racoon_strdup
53 #define racoon_strdup(p) strdup((p)) macro
72 #ifndef racoon_strdup
73 #define racoon_strdup(p) \ macro
gcmalloc.h 95 #define racoon_strdup(str) GC_debug_strdup(str) macro
122 #ifndef racoon_strdup
123 #define racoon_strdup(s) strdup((s)) macro
admin.c 287 loc = racoon_strdup(saddrwop2str(src));
288 rem = racoon_strdup(saddrwop2str(dst));
339 rem = racoon_strdup(saddrwop2str(dst));
346 loc = racoon_strdup(saddrwop2str(iph1->local));
logger.c 92 p->fname = racoon_strdup(fname);
110 p->buf[p->head] = racoon_strdup(str);
sockmisc.c 942 src = racoon_strdup(naddrwop2str(saddr));
943 dst = racoon_strdup(naddrwop2str(daddr));
964 src = racoon_strdup(saddr2str(saddr));
965 dst = racoon_strdup(saddr2str(daddr));
1104 a1 = racoon_strdup(naddrwop2str(naddr));
1105 a2 = racoon_strdup(saddrwop2str(saddr));
1106 a3 = racoon_strdup(saddrwop2str(&sa));
plog.c 238 logfile = racoon_strdup(file);
isakmp.c 519 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));
    [all...]
cfparse.y 331 lcconf->pathinfo[$2] = racoon_strdup($3->v);
    [all...]
racoonctl.c 1019 *name = racoon_strdup(str);
1027 *pref = racoon_strdup(p + 1);
1034 *port = racoon_strdup(p + 1);
1045 *port = racoon_strdup(p + 1);
    [all...]
isakmp_inf.c 1302 loc = racoon_strdup(saddrwop2str(iph1->local));
1303 rem = racoon_strdup(saddrwop2str(iph1->remote));
    [all...]
cftoken.l 763 incstack[incstackp].path = racoon_strdup(path);

Completed in 192 milliseconds