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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.c439 u_short cilen, citype, cishort; local
455 GETCHAR(cilen, p); \
456 if (cilen != vjlen || \
479 GETCHAR(cilen, p); \
480 if (cilen != addrlen || \
501 GETCHAR(cilen, p); \
502 if (cilen != CILEN_ADDR || \
546 u_char citype, cilen, *next; local
562 len >= (cilen = (old? CILEN_ADDRS: CILEN_ADDR)) && \
563 p[1] == cilen
736 u_char cimaxslotindex, ciflag, cilen; local
857 u_short cilen, citype; /* Parsed len, type */ local
[all...]
H A Dlcp.c593 u_char cilen, citype, cichar; local
607 GETCHAR(cilen, p); \
608 if (cilen != CILEN_VOID || \
617 GETCHAR(cilen, p); \
618 if (cilen != CILEN_SHORT || \
630 GETCHAR(cilen, p); \
631 if (cilen != CILEN_CHAR || \
643 GETCHAR(cilen, p); \
644 if (cilen != CILEN_CHAP || \
659 GETCHAR(cilen,
727 int cilen; local
1166 int cilen, citype, cichar; /* Parsed len, type, char value */ local
[all...]
H A Dfsm.h130 int (*cilen) /* Length of our Configuration Information */ member in struct:fsm_callbacks
H A Dfsm.c797 int cilen; local
818 if( f->callbacks->cilen && f->callbacks->addci ){
819 cilen = (*f->callbacks->cilen)(f);
820 if( cilen > peer_mru[f->unit] - (int)HEADERLEN )
821 cilen = peer_mru[f->unit] - HEADERLEN;
823 (*f->callbacks->addci)(f, outp, &cilen);
825 cilen = 0;
828 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.c428 u_short cilen, citype, cishort; local
445 GETCHAR(cilen, p); \
446 if (cilen != vjlen || \
474 GETCHAR(cilen, p); \
475 if (cilen != addrlen || \
500 GETCHAR(cilen, p); \
501 if (cilen != CILEN_ADDR || \
549 u_char citype, cilen, *next; local
565 len >= (cilen = (old? CILEN_ADDRS: CILEN_ADDR)) && \
566 p[1] == cilen
753 u_char cimaxslotindex, ciflag, cilen; local
878 u_short cilen, citype; /* Parsed len, type */ local
[all...]
H A Dlcp.c640 u_char cilen, citype, cichar; local
654 GETCHAR(cilen, p); \
655 if (cilen != CILEN_VOID || citype != opt) \
663 GETCHAR(cilen, p); \
664 if (cilen != CILEN_SHORT || citype != opt) \
675 GETCHAR(cilen, p); \
676 if (cilen != CILEN_CHAR || citype != opt) \
687 GETCHAR(cilen, p); \
688 if (cilen != CILEN_CHAP || citype != opt) \
702 GETCHAR(cilen,
769 int cilen; local
1232 int cilen, citype; /* Parsed len, type */ local
[all...]
H A Dfsm.h100 int (*cilen)(fsm*); /* Length of our Configuration Information */ member in struct:fsm_callbacks
H A Dfsm.c815 int cilen; local
837 if( f->callbacks->cilen && f->callbacks->addci ) {
838 cilen = (*f->callbacks->cilen)(f);
839 if( cilen > peer_mru[f->unit] - (int)HEADERLEN ) {
840 cilen = peer_mru[f->unit] - HEADERLEN;
843 (*f->callbacks->addci)(f, outp, &cilen);
846 cilen = 0;
850 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen);

Completed in 2085 milliseconds