OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:racoon_malloc
(Results
1 - 25
of
30
) sorted by null
1
2
/external/ipsec-tools/src/racoon/
debugrm.h
40
#ifndef
racoon_malloc
41
#define
racoon_malloc
(sz) malloc((sz))
macro
56
#ifndef
racoon_malloc
57
#define
racoon_malloc
(sz) \
macro
gcmalloc.h
91
#define
racoon_malloc
(sz) GC_debug_malloc(sz, GC_EXTRAS)
macro
110
#ifndef
racoon_malloc
111
#define
racoon_malloc
(sz) malloc((sz))
macro
str2val.c
59
if ((new =
racoon_malloc
(len)) == 0) return(0);
103
if ((dst =
racoon_malloc
(i)) == NULL)
evt.c
92
if ((evtdump =
racoon_malloc
(len)) == NULL) {
98
if ((evt =
racoon_malloc
(sizeof(*evt))) == NULL) {
plog.c
195
buf =
racoon_malloc
(buflen);
255
d =
racoon_malloc
(n + 1);
throttle.c
82
if ((te =
racoon_malloc
(len)) == NULL)
vmbuf.c
58
if ((var = (vchar_t *)
racoon_malloc
(sizeof(*var))) == NULL)
logger.c
70
p = (struct log *)
racoon_malloc
(sizeof(*p));
75
p->buf = (char **)
racoon_malloc
(sizeof(char *) * siz);
82
p->tbuf = (time_t *)
racoon_malloc
(sizeof(time_t *) * siz);
schedule.c
135
new = (struct sched *)
racoon_malloc
(sizeof(*new));
250
new =
racoon_malloc
(*len);
323
tick = (int *)
racoon_malloc
(sizeof(*tick));
privsep.c
134
if ((combuf = (struct admin_com *)
racoon_malloc
(com.ac_len)) == NULL) {
320
if ((reply =
racoon_malloc
(sizeof(*reply))) == NULL) {
417
envp =
racoon_malloc
((envc + 1) * sizeof(char *));
714
if ((msg =
racoon_malloc
(len)) == NULL) {
794
if ((msg =
racoon_malloc
(sizeof(*msg))) == NULL) {
904
if ((msg =
racoon_malloc
(len)) == NULL) {
958
if ((msg =
racoon_malloc
(len)) == NULL) {
1012
if ((msg =
racoon_malloc
(len)) == NULL) {
1185
if ((msg =
racoon_malloc
(len)) == NULL) {
1246
if ((msg =
racoon_malloc
(len)) == NULL)
[
all
...]
dnssec.c
73
name =
racoon_malloc
(namelen + 1);
isakmp_xauth.c
241
if ((*outlet =
racoon_malloc
(alen + 1)) == NULL) {
332
if ((xra =
racoon_malloc
(sizeof(*xra))) == NULL) {
589
if ((reply =
racoon_malloc
(sizeof(*reply) * msg_count)) == NULL)
825
init =
racoon_malloc
(tmplen);
882
filter =
racoon_malloc
(tmplen);
893
atlist[0] =
racoon_malloc
(tmplen);
895
atlist[1] =
racoon_malloc
(tmplen);
950
iph1->mode_cfg->xauth.udn =
racoon_malloc
(strlen(userdn)+1);
1053
init =
racoon_malloc
(tmplen);
1111
filter =
racoon_malloc
(tmplen)
[
all
...]
isakmp_unity.c
315
racoon_malloc
(sizeof(struct unity_netentry));
382
str =
racoon_malloc
(len);
isakmp_frag.c
213
if ((item =
racoon_malloc
(sizeof(*item))) == NULL) {
crypto_openssl.c
153
buf =
racoon_malloc
(len + 1);
738
*altname =
racoon_malloc
(len);
764
*altname =
racoon_malloc
(20);
828
text =
racoon_malloc
(len + 1);
[
all
...]
gssapi.c
112
gsstoken->value =
racoon_malloc
(vmbuf->l);
147
gssid =
racoon_malloc
(sizeof(*gssid));
admin.c
134
if ((combuf =
racoon_malloc
(com.ac_len)) == 0) {
nattraversal.c
387
new_addr = (struct natt_ka_addrs *)
racoon_malloc
(sizeof(*new_addr));
grabmyaddr.c
445
iflist = (struct ifreq *)
racoon_malloc
(len);
remoteconf.c
342
new =
racoon_malloc
(sizeof(struct etypes));
cfparse.y
1021
groupname =
racoon_malloc
($1->l+1);
1050
icc->splitdns_list =
racoon_malloc
($1->l);
[
all
...]
isakmp_quick.c
[
all
...]
isakmp_agg.c
447
natd = (struct natd_payload *)
racoon_malloc
(sizeof(*natd));
[
all
...]
sockmisc.c
1005
saddr =
racoon_malloc
(res->ai_addrlen);
/external/ipsec-tools/
main.c
252
char *output =
racoon_malloc
(length + 1);
Completed in 660 milliseconds
1
2