Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/common/
H A Dbytebuf.h48 int bytebuffer_position (bytebuffer *);
H A Dbytebuf.c286 bytebuffer_position(bytebuffer *_this) in bytebuffer_position() function
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c525 if (bytebuffer_position(_this->send_buf) <= 0) in pptp_ctrl_output_flush()