• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ppp-786.1.1/Helpers/pppd/

Lines Matching refs:cilen

657 	int cilen = strlen (go->name);
660 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
661 for (indx = 0; indx < cilen; ++indx)
688 u_short cilen, citype, cishort;
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 != CILEN_NETN || \
747 GETCHAR(cilen, p); \
748 if (cilen != CILEN_PROTOCOL || citype != opt) \
750 len -= cilen; \
795 u_char citype, cilen, *next;
806 GETCHAR (cilen, p);
807 len -= cilen;
808 if (cilen < CILEN_VOID || len < 0)
810 next = &p [cilen - CILEN_VOID];
814 if (!go->neg_nn || no.neg_nn || (cilen != CILEN_NETN))
824 if (!go->neg_node || no.neg_node || (cilen != CILEN_NODEN))
838 if (!go->neg_router || (cilen < CILEN_PROTOCOL))
903 u_short cilen, citype, cishort;
913 GETCHAR(cilen, p); \
914 if (cilen != CILEN_NETN || \
930 GETCHAR(cilen, p); \
931 if (cilen != (count + 2) || \
952 GETCHAR(cilen, p); \
953 if (cilen != CILEN_VOID || citype != opt) \
965 GETCHAR(cilen, p); \
966 if (cilen != CILEN_PROTOCOL) \
1016 u_short cilen, citype; /* Parsed len, type */
1042 cilen = l; /* Reject till end of packet */
1047 GETCHAR(cilen, p); /* Parse CI length */
1048 l -= cilen; /* Adjust remaining length */
1049 next += cilen; /* Step to next CI */
1058 if ( !ao->neg_nn || cilen != CILEN_NETN ) {
1101 if ( cilen != CILEN_NODEN ) {
1164 if ( !ao->neg_router || cilen < CILEN_PROTOCOL ) {
1214 if (cilen >= CILEN_NAME) {
1215 int name_size = cilen - CILEN_NAME;
1231 if (cilen != CILEN_COMPLETE)
1269 BCOPY(cip, ucp, cilen); /* Move it */
1272 INCPTR(cilen, ucp);