Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dppp_defs.h51 #define PPP_UI 0x03 /* Unnumbered Information */ macro
H A Dif_spppsubr.c101 #define PPP_UI 0x03 /* Unnumbered Information */ macro
553 if (h->control != PPP_UI) in sppp_input()
926 h->control = PPP_UI; /* Unnumbered Info */ in sppp_output()
1426 h->control = PPP_UI; /* Unnumbered Info */ in sppp_cp_send()
4696 h->control = PPP_UI; /* Unnumbered Info */ in sppp_auth_send()
/f-stack/freebsd/netgraph/
H A Dng_async.c425 PPP_UI, in nga_rcv_sync()
530 && sc->sbuf[1] == PPP_UI) in nga_rcv_async()