Searched refs:MSG_END_OFFSET (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c1556 #define MSG_END_OFFSET (c->cur_msg_start + c->cur_msg_len) macro
1569 if (c->dontsave && c->read_pos < MSG_END_OFFSET) {
1572 } else if (c->dontsave && c->read_pos == MSG_END_OFFSET) {
1575 } else if (c->dontsave && c->read_pos > MSG_END_OFFSET) {
1578 c->read_pos - (MSG_END_OFFSET),
1579 MSG_END_OFFSET);
1581 &c->inbuf[MSG_END_OFFSET],
1582 c->read_pos - (MSG_END_OFFSET));
1583 c->read_pos -= (MSG_END_OFFSET);
1587 if (c->read_pos < MSG_END_OFFSET) {
[all...]

Completed in 61 milliseconds