Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/common/
H A Dbytebuf.c91 bytebuffer_create(size_t capacity) in bytebuffer_create() function
125 if ((_this = bytebuffer_create(0)) == NULL) in bytebuffer_wrap()
H A Dbytebuf.h41 bytebuffer *bytebuffer_create (size_t);
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c123 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()
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_ctrl.c173 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()