Home
last modified time | relevance | path

Searched refs:PPP_FLAG (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c222 if (c == PPP_FLAG) {
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1046 *tp++ = PPP_FLAG; in ahdlc_encode()
1231 *tp++ = PPP_FLAG; in ahdlc_encode()
1446 if (chr == PPP_FLAG) { in ahdlc_decode()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h68 #define PPP_FLAG 0x7e /* Flag Sequence */ macro