Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDppp_defs.h51 #define PPP_UI 0x03 /* Unnumbered Information */ macro
HDif_spppsubr.c100 #define PPP_UI 0x03 /* Unnumbered Information */ macro
552 if (h->control != PPP_UI) in sppp_input()
925 h->control = PPP_UI; /* Unnumbered Info */ in sppp_output()
1427 h->control = PPP_UI; /* Unnumbered Info */ in sppp_cp_send()
4708 h->control = PPP_UI; /* Unnumbered Info */ in sppp_auth_send()
/NextBSD/sys/netgraph/
HDng_async.c427 PPP_UI, in nga_rcv_sync()
532 && sc->sbuf[1] == PPP_UI) in nga_rcv_async()