Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.h81 #define NPPPD_PROTO_BIT_LCP 0x0002 macro
H A Dppp.c1161 case PPP_PROTO_LCP: return NPPPD_PROTO_BIT_LCP;
H A Dparse.y613 | LCP { $$ = NPPPD_PROTO_BIT_LCP; }