Searched defs:vchar_t (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dvmbuf.h47 vchar_t *n; /* next vchar_t buffer */
53 } vchar_t; typedef in typeref:struct:_vchar_t_
68 extern vchar_t *vmalloc __P((size_t));
69 extern vchar_t *vrealloc __P((vchar_t *, size_t));
70 extern void vfree __P((vchar_t *));
71 extern vchar_t *vdup __P((vchar_t *));

Completed in 73 milliseconds