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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c226 #define CILEN_ADDRS 10 /* old-style dual address option */ macro
510 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0)
554 if (len >= CILEN_ADDRS) { \
556 PUTCHAR(CILEN_ADDRS, ucp); \
559 len -= CILEN_ADDRS; \
643 ACKCHECK(opt, CILEN_ADDRS) \
735 (cilen = p[1]) == CILEN_ADDRS && \
848 || cilen != CILEN_ADDRS)
914 (cilen = p[1]) == CILEN_ADDRS && \
1057 if (cilen != CILEN_ADDRS) {
[all...]

Completed in 73 milliseconds