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

  /external/ppp/pppd/
lcp.c 779 u_short cishort; local
806 GETSHORT(cishort, p); \
807 if (cishort != val) \
832 GETSHORT(cishort, p); \
833 if (cishort != PPP_CHAP) \
861 GETSHORT(cishort, p); \
862 if (cishort != PPP_LQR) \
936 u_short cishort; local
968 GETSHORT(cishort, p); \
991 GETSHORT(cishort, p);
1328 u_short cishort; local
1491 u_short cishort; \/* Parsed short value *\/ local
1979 u_short cishort; local
    [all...]
ipxcp.c 664 u_short cilen, citype, cishort; local
729 GETSHORT(cishort, p); \
730 if (cishort != to_external (val) || cishort == RIP_SAP) \
884 u_short cilen, citype, cishort; local
949 GETSHORT(cishort, p); \
950 if (cishort != to_external (val) || cishort == RIP_SAP) \
998 u_short cishort; /* Parsed short value */ local
1150 GETSHORT (cishort, p)
1481 u_short cishort; local
    [all...]
ipv6cp.c 608 u_short cilen, citype, cishort; local
627 GETSHORT(cishort, p); \
628 if (cishort != val) \
681 u_short cishort; local
713 GETSHORT(cishort, p); \
737 if (cishort == IPV6CP_COMP && !treat_as_reject) {
738 try.vj_protocol = cishort;
818 u_short cishort; local
849 GETSHORT(cishort, p); \
851 if (cishort != val)
898 u_short cishort; \/* Parsed short value *\/ local
1442 u_short cishort; local
    [all...]
ipcp.c 845 u_short cilen, citype, cishort; local
885 GETSHORT(cishort, p); \
886 if (cishort != val) \
973 u_short cishort; local
1008 GETSHORT(cishort, p); \
1070 if (cishort == IPCP_VJ_COMP) {
1080 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
1082 try.vj_protocol = cishort;
1193 u_short cishort; local
1329 u_short cishort; \/* Parsed short value *\/ local
2038 u_short cishort; local
    [all...]

Completed in 67 milliseconds