Home | History | Annotate | Download | only in racoon

Lines Matching refs:recvbuf

335 	vchar_t *recvbuf;
349 if (com_recv(&recvbuf) == 0) {
350 handle_recv(recvbuf);
351 vfree(recvbuf);