OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_UI
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/net/
ppp_defs.h
67
#define
PPP_UI
0x03 /* Unnumbered Information */
ppp_tty.c
980
*sc->sc_mp++ =
PPP_UI
;
985
if (sc->sc_ilen == 1 && c !=
PPP_UI
) {
if_ppp.c
898
control =
PPP_UI
;
914
control =
PPP_UI
; /*XXX*/
1243
control ==
PPP_UI
&& protocol != PPP_ALLSTATIONS &&
if_spppsubr.c
710
if (h->control !=
PPP_UI
)
1017
h->control =
PPP_UI
; /* Unnumbered Info */
1628
h->control =
PPP_UI
; /* Unnumbered Info */
5421
h->control =
PPP_UI
; /* Unnumbered Info */
/src/external/bsd/ppp/dist/pppd/
pppd-private.h
545
PUTCHAR(
PPP_UI
, p); \
utils.c
447
if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] ==
PPP_UI
) {
Completed in 32 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026