Home
last modified time | relevance | path

Searched refs:cishort (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dlcp.c779 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); \
[all …]
Dipxcp.c664 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);
1157 if ((cishort == IPX_NONE && ho->router != 0) ||
1163 cishort = BIT(cishort);
[all …]
Dipv6cp.c608 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) \
[all …]
Dipcp.c845 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
1231 GETSHORT(cishort, p); \
[all …]