Searched defs:CILEN_CBCP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c360 #define CILEN_CBCP 3 macro
884 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0)
1711 len >= CILEN_CBCP && \
1712 p[1] == CILEN_CBCP && \
1714 len -= CILEN_CBCP; \

Completed in 49 milliseconds