Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c201 static void ppp_dump_frame(sppp_ahdlc_t *state, mblk_t *mptr,
1240 ppp_dump_frame(state, outmp, "sent"); in ahdlc_encode()
1352 ppp_dump_frame(state, outmp, "bad data"); in receive_frame()
1402 ppp_dump_frame(state, mp, "rcvd"); in ahdlc_decode()
1478 ppp_dump_frame(state, outmp, in ahdlc_decode()
1624 ppp_dump_frame(sppp_ahdlc_t *state, mblk_t *mptr, const char *msg) in ppp_dump_frame() function