Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dkmpstat.c136 com_recv(combufp) in com_recv() argument
137 vchar_t **combufp; in com_recv()
145 if (combufp == NULL)
162 if ((*combufp = vmalloc(h.ac_len)) == NULL)
166 p = (*combufp)->v;
179 vfree(*combufp);
181 *combufp = NULL;