Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1002 uchar_t *tpmax; in ahdlc_encode() local
1101 tpmax = outmp->b_datap->db_lim; in ahdlc_encode()
1109 outmp_len = (tpmax - tp) / 2; in ahdlc_encode()
1148 if (ep != mp->b_wptr && tpmax - tp < 5) { in ahdlc_encode()
1160 tpmax = curout->b_datap->db_lim; in ahdlc_encode()
1173 if (tpmax - tp < outmp_len) { in ahdlc_encode()
1180 tpmax = curout->b_datap->db_lim; in ahdlc_encode()
1233 ASSERT(tp < tpmax); in ahdlc_encode()
1381 uchar_t *tpmax; /* output buffer limit */ in ahdlc_decode() local
1409 tp = tpmax = NULL; in ahdlc_decode()
[all …]