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

  /external/ppp/pppd/
eap.c 690 INCPTR(2, outp);
698 INCPTR(challen, outp);
716 INCPTR(esp->es_challen, outp);
718 INCPTR(esp->es_server.ea_namelen, outp);
728 INCPTR(esp->es_server.ea_namelen, outp);
734 INCPTR(ts->s.len, outp);
741 INCPTR(ts->g.len, outp);
747 INCPTR(ts->n.len, outp);
758 INCPTR(ts->B.len, outp);
768 INCPTR(SHA_DIGESTSIZE, outp)
    [all...]
lcp.c 957 INCPTR(CILEN_VOID, p); \
967 INCPTR(2, p); \
979 INCPTR(2, p); \
990 INCPTR(2, p); \
1001 INCPTR(2, p); \
1012 INCPTR(2, p); \
1025 INCPTR(p[1], p); \
1070 INCPTR(2, p);
    [all...]
ipxcp.c 1096 INCPTR (sizeof (wo->his_node), p);
1106 INCPTR (sizeof (wo->his_node), p);
1117 INCPTR (sizeof (wo->his_node), p);
1125 INCPTR (sizeof (wo->his_node), p);
1131 INCPTR (sizeof (wo->his_node), p);
1253 INCPTR(cilen, ucp);
1278 INCPTR (sizeof (wo->his_node), ucp);
    [all...]
ipcp.c 992 INCPTR(2, p); \
1007 INCPTR(2, p); \
1019 INCPTR(2, p); \
1032 INCPTR(2, p); \
1210 INCPTR(2, p); \
1230 INCPTR(2, p); \
1253 INCPTR(2, p); \
1269 INCPTR(2, p); \
    [all...]
ipv6cp.c 700 INCPTR(2, p); \
712 INCPTR(2, p); \
834 INCPTR(2, p); \
848 INCPTR(2, p); \
1040 INCPTR(cilen, ucp);
    [all...]
upap.c 414 INCPTR(ruserlen, inp);
568 INCPTR(u->us_userlen, outp);
pppd.h 758 #define INCPTR(n, cp) ((cp) += (n))
    [all...]

Completed in 82 milliseconds