Searched refs:hotchar (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_tty.c57 * optionally define a ``hotchar,'' which causes incoming characters to be
58 * buffered up until either the hotchar is seen or the mbuf is full (MHLEN
93 short hotchar; /* Hotchar, or -1 if none */ member in struct:ngt_softc
276 int hotchar; local
280 hotchar = *((int *) msg->data);
281 if (hotchar != (u_char) hotchar && hotchar != -1)
283 sc->hotchar = hotchar; /* rac
[all...]

Completed in 109 milliseconds