HomeSort by relevance Sort by last modified time
    Searched refs:citype (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
ipxcp.c 664 u_short cilen, citype, cishort; local
672 GETCHAR(citype, p); \
675 citype != opt) \
687 GETCHAR(citype, p); \
690 citype != opt) \
708 GETCHAR(citype, p); \
711 citype != opt) \
722 GETCHAR(citype, p); \
724 if (cilen != CILEN_PROTOCOL || citype != opt) \
772 u_char citype, cilen, *next local
884 u_short cilen, citype, cishort; local
997 u_short cilen, citype; \/* Parsed len, type *\/ local
    [all...]
lcp.c 778 u_char cilen, citype, cichar; local
791 GETCHAR(citype, p); \
794 citype != opt) \
801 GETCHAR(citype, p); \
804 citype != opt) \
814 GETCHAR(citype, p); \
817 citype != opt) \
827 GETCHAR(citype, p); \
830 citype != (opt)) \
843 GETCHAR(citype, p);
935 u_char citype, cichar, *next; local
1490 int cilen, citype, cichar; \/* Parsed len, type, char value *\/ local
    [all...]
ipv6cp.c 608 u_short cilen, citype, cishort; local
622 GETCHAR(citype, p); \
625 citype != opt) \
637 GETCHAR(citype, p); \
640 citype != opt) \
680 u_char citype, cilen, *next; local
759 GETCHAR(citype, p);
765 switch (citype) {
897 u_short cilen, citype; /* Parsed len, type */ local
927 GETCHAR(citype, p); /* Parse CI type *
    [all...]
ipcp.c 845 u_short cilen, citype, cishort; local
860 GETCHAR(citype, p); \
863 citype != opt) \
880 GETCHAR(citype, p); \
883 citype != opt) \
903 GETCHAR(citype, p); \
906 citype != opt) \
919 GETCHAR(citype, p); \
921 if (cilen != CILEN_ADDR || citype != opt) \
972 u_char citype, cilen, *next local
1328 u_short cilen, citype; \/* Parsed len, type *\/ local
    [all...]

Completed in 48 milliseconds