Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_pppvar.h132 u_int32_t sc_rasyncmap; /* receive async control char map */ member
H A Dppp_tty.c206 sc->sc_rasyncmap = 0; in pppopen()
407 sc->sc_rasyncmap = *(u_int *)data; in ppptioctl()
411 *(u_int *)data = sc->sc_rasyncmap; in ppptioctl()
924 if (c < 0x20 && (sc->sc_rasyncmap & (1 << c))) in pppinput()