Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c200 static void ppp_dump_frame(sppp_ahdlc_t *state, mblk_t *mptr,
1239 ppp_dump_frame(state, outmp, "sent"); in ahdlc_encode()
1351 ppp_dump_frame(state, outmp, "bad data"); in receive_frame()
1401 ppp_dump_frame(state, mp, "rcvd"); in ahdlc_decode()
1477 ppp_dump_frame(state, outmp, in ahdlc_decode()
1623 ppp_dump_frame(sppp_ahdlc_t *state, mblk_t *mptr, const char *msg) in ppp_dump_frame() function