Searched defs:cishort (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A 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 !
907 u_short cishort; /* Parsed short value */ local
1425 u_short cishort; local
[all...]
H A 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
1430 u_short cishort; /* Parsed short value */ local
2155 u_short cishort; local
[all...]
H A 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,
1481 u_short cishort; local
[all...]
H A 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,
1351 u_short cishort; local
1514 u_short cishort; /* Parsed short value */ local
2003 u_short cishort; local
[all...]

Completed in 168 milliseconds