Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c91 static mblk_t *ahdlc_encode(queue_t *, mblk_t *);
795 mp = ahdlc_encode(q, mp); in spppasyn_wput()
988 ahdlc_encode(queue_t *q, mblk_t *mp) in ahdlc_encode() function
1718 send_frame = ahdlc_encode(q, state->sa_mqhead); in spppasyn_muxencode()
1722 mp = ahdlc_encode(q, mp); in spppasyn_muxencode()
1744 send_frame = ahdlc_encode(q, state->sa_mqhead); in spppasyn_muxencode()
2001 if ((mp = ahdlc_encode(q, state->sa_mqhead)) != NULL) in spppasyn_timer()