HomeSort by: relevance | last modified time | path
    Searched refs:citype (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
lcp.c 792 u_char cilen, citype, cichar; local
805 GETCHAR(citype, p); \
808 citype != opt) \
815 GETCHAR(citype, p); \
818 citype != opt) \
828 GETCHAR(citype, p); \
831 citype != opt) \
841 GETCHAR(citype, p); \
844 citype != (opt)) \
857 GETCHAR(citype, p);
945 u_char citype, cichar, *next; local
1493 int cilen, citype, cichar; \/* Parsed len, type, char value *\/ local
    [all...]
ipcp.c 876 u_short cilen, citype, cishort; local
891 GETCHAR(citype, p); \
894 citype != opt) \
911 GETCHAR(citype, p); \
914 citype != opt) \
934 GETCHAR(citype, p); \
937 citype != opt) \
950 GETCHAR(citype, p); \
952 if (cilen != CILEN_ADDR || citype != opt) \
965 GETCHAR(citype, p);
1019 u_char citype, cilen, *next; local
1449 u_int32_t cilen, citype; \/* Parsed len, type *\/ local
    [all...]
ipv6cp.c 629 u_short cilen, citype, cishort; local
643 GETCHAR(citype, p); \
646 citype != opt) \
658 GETCHAR(citype, p); \
661 citype != opt) \
698 u_char citype, cilen, *next; local
779 GETCHAR(citype, p);
785 switch (citype) {
914 u_short cilen, citype; /* Parsed len, type */ local
944 GETCHAR(citype, p); /* Parse CI type *
    [all...]

Completed in 17 milliseconds