Searched refs:bytebuffer_create (Results 1 – 4 of 4) sorted by relevance
91 bytebuffer_create(size_t capacity) in bytebuffer_create() function125 if ((_this = bytebuffer_create(0)) == NULL) in bytebuffer_wrap()
41 bytebuffer *bytebuffer_create (size_t);
123 if ((_this->recv_buf = bytebuffer_create(PPTP_BUFSIZ)) == NULL) { in pptp_ctrl_init()128 if ((_this->send_buf = bytebuffer_create(PPTP_BUFSIZ)) == NULL) { in pptp_ctrl_init()
173 if ((bytebuf = bytebuffer_create(L2TPD_SND_BUFSIZ)) == NULL) { in l2tp_ctrl_init()180 if ((_this->zlb_buffer = bytebuffer_create(sizeof(struct l2tp_header) in l2tp_ctrl_init()