Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dlcp.c802 u_short cishort; local
829 GETSHORT(cishort, p); \
830 if (cishort != val) \
855 GETSHORT(cishort, p); \
856 if (cishort != PPP_CHAP) \
884 GETSHORT(cishort, p); \
885 if (cishort != PPP_LQR) \
959 u_short cishort; local
991 GETSHORT(cishort, p); \
1014 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.c617 u_short cilen, citype, cishort; local
636 GETSHORT(cishort, p); \
637 if (cishort != val) \
690 u_short cishort; local
722 GETSHORT(cishort, p); \
746 if (cishort == IPV6CP_COMP && !treat_as_reject) {
747 try.vj_protocol = cishort;
827 u_short cishort; local
858 GETSHORT(cishort, p); \
860 if (cishort != val) \
[all …]
Dipcp.c881 u_short cilen, citype, cishort; local
921 GETSHORT(cishort, p); \
922 if (cishort != val) \
1028 u_short cishort; local
1063 GETSHORT(cishort, p); \
1125 if (cishort == IPCP_VJ_COMP) {
1135 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
1137 try.vj_protocol = cishort;
1275 u_short cishort; local
1313 GETSHORT(cishort, p); \
[all …]