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

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacscp.c431 u_short cilen, citype; local
446 GETCHAR(cilen, p); \
447 if (cilen != CILEN_ROUTES || citype != opt) \
459 GETCHAR(cilen, p); \
460 if (cilen != CILEN_DOMAINS || citype != opt) \
498 u_char citype, cilen; local
514 ((cilen = p[1]) == CILEN_ROUTES) && \
515 len >= cilen && \
517 len -= cilen; \
527 ((cilen
588 u_char cilen; local
667 u_short cilen, citype; /* Parsed len, type */ local
[all...]
H A Dlcp.c861 u_char cilen, citype, cichar; local
875 GETCHAR(cilen, p); \
876 if (cilen != CILEN_VOID || \
885 GETCHAR(cilen, p); \
886 if (cilen != CILEN_SHORT || \
898 GETCHAR(cilen, p); \
899 if (cilen != CILEN_CHAR || \
911 GETCHAR(cilen, p); \
912 if (cilen != CILEN_CHAP || \
927 GETCHAR(cilen,
1023 int cilen; local
1570 int cilen, citype, cichar; /* Parsed len, type, char value */ local
[all...]
H A Dipxcp.c657 int cilen = strlen (go->name); local
660 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
661 for (indx = 0; indx < cilen; ++indx)
688 u_short cilen, citype, cishort; local
697 GETCHAR(cilen, p); \
698 if (cilen != CILEN_VOID || \
712 GETCHAR(cilen, p); \
713 if (cilen != (count + 2) || \
733 GETCHAR(cilen, p); \
734 if (cilen !
795 u_char citype, cilen, *next; local
903 u_short cilen, citype, cishort; local
1016 u_short cilen, citype; /* Parsed len, type */ local
[all...]
H A Dipcp.c947 u_short cilen, citype, cishort; local
963 GETCHAR(cilen, p); \
964 if (cilen != CILEN_ADDRS || \
983 GETCHAR(cilen, p); \
984 if (cilen != vjlen || \
1006 GETCHAR(cilen, p); \
1007 if (cilen != CILEN_ADDR || \
1022 GETCHAR(cilen, p); \
1023 if (cilen != CILEN_ADDR || citype != opt) \
1077 u_char citype, cilen, *nex local
1285 u_char cimaxslotindex, ciflag, cilen; local
1425 u_short cilen, citype; /* Parsed len, type */ local
[all...]
H A Dipv6cp.c670 u_short cilen, citype, cishort; local
685 GETCHAR(cilen, p); \
686 if (cilen != vjlen || \
700 GETCHAR(cilen, p); \
701 if (cilen != idlen || \
741 u_char citype, cilen, *next; local
757 len >= (cilen = CILEN_IFACEID) && \
758 p[1] == cilen && \
760 len -= cilen; \
769 ((cilen
876 u_char cilen; local
956 u_short cilen, citype; /* Parsed len, type */ local
[all...]
H A Dfsm.h120 int (*cilen) /* Length of our Configuration Information */ member in struct:fsm_callbacks
H A Dfsm.c819 int cilen; local
846 if( f->callbacks->cilen && f->callbacks->addci ){
847 cilen = (*f->callbacks->cilen)(f);
848 if( cilen > peer_mru[f->unit] - HEADERLEN )
849 cilen = peer_mru[f->unit] - HEADERLEN;
851 (*f->callbacks->addci)(f, outp, &cilen);
853 cilen = 0;
856 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen);

Completed in 173 milliseconds