Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dppp_defs.h53 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
/f-stack/freebsd/netgraph/
H A Dng_async.c388 || (x == PPP_ESCAPE) in nga_async_add()
390 sc->abuf[(*len)++] = PPP_ESCAPE; in nga_async_add()
559 if (ch == PPP_ESCAPE) { in nga_rcv_async()