Searched refs:cilen (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c547 u_short cilen, citype, cishort; local
562 GETCHAR(cilen, p); \
563 if (cilen != vjlen || \
577 GETCHAR(cilen, p); \
578 if (cilen != idlen || \
618 u_char citype, cilen, *next; local
634 len >= (cilen = CILEN_IFACEID) && \
635 p[1] == cilen && \
637 len -= cilen; \
646 ((cilen
753 u_char cilen; local
834 int len, cilen, type; local
[all...]
H A Dlcp.c1020 u_char cilen, citype, cichar; local
1034 GETCHAR(cilen, p); \
1035 if (cilen != CILEN_VOID || \
1044 GETCHAR(cilen, p); \
1045 if (cilen != CILEN_SHORT || \
1057 GETCHAR(cilen, p); \
1058 if (cilen != CILEN_SHORT || \
1072 GETCHAR(cilen, p); \
1073 if (cilen != CILEN_CHAR || \
1085 GETCHAR(cilen,
1206 int cilen; local
1841 int cilen, citype, cichar; /* Parsed len, type, char value */ local
[all...]
H A Dipcp.c622 u_short cilen, citype, cishort; local
636 GETCHAR(cilen, p); \
637 if (cilen != olen || \
719 u_char citype, cilen, *next; local
735 (cilen = p[1]) == CILEN_ADDRS && \
736 len >= cilen && \
738 len -= cilen; \
748 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
749 len >= cilen
901 u_char cimaxslotindex, ciflag, cilen; local
1019 int len, cilen, type; local
[all...]
H A Dfsm.h106 int (*cilen) /* Length of our Configuration Information */ member in struct:fsm_callbacks
H A Dfsm.c821 int cilen; local
842 if (f->callbacks->cilen != NULL) {
843 cilen = (*f->callbacks->cilen)(f);
844 if (cilen > peer_mru[f->unit] - HEADERLEN)
845 cilen = peer_mru[f->unit] - HEADERLEN;
847 cilen = peer_mru[f->unit] - HEADERLEN;
851 (*f->callbacks->addci)(f, outp, &cilen);
853 cilen = 0;
856 fsm_sdata(f, CODE_CONFREQ, f->reqid, outp, cilen);
[all...]

Completed in 53 milliseconds