Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c347 #define CILEN_CHAR 3 macro
948 PUTCHAR(CILEN_CHAR, ucp); \
1220 len >= CILEN_CHAR && \
1221 p[1] == CILEN_CHAR && \
1223 len -= CILEN_CHAR; \
1265 len >= CILEN_CHAR && \
1267 p[1] >= CILEN_CHAR && \
1635 len >= CILEN_CHAR && \
1636 p[1] == CILEN_CHAR && \
1638 len -= CILEN_CHAR; \
[all …]