HomeSort by relevance Sort by last modified time
    Searched refs:INCPTR (Results 1 - 12 of 12) 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 980 INCPTR(CILEN_VOID, p); \
990 INCPTR(2, p); \
1002 INCPTR(2, p); \
1013 INCPTR(2, p); \
1024 INCPTR(2, p); \
1035 INCPTR(2, p); \
1048 INCPTR(p[1], p); \
1093 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 1047 INCPTR(2, p); \
1062 INCPTR(2, p); \
1074 INCPTR(2, p); \
1087 INCPTR(2, p); \
    [all...]
ipv6cp.c 709 INCPTR(2, p); \
721 INCPTR(2, p); \
843 INCPTR(2, p); \
857 INCPTR(2, p); \
1049 INCPTR(cilen, ucp);
    [all...]
upap.c 414 INCPTR(ruserlen, inp);
567 INCPTR(u->us_userlen, outp);
pppd.h     [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 785 INCPTR(CILEN_VOID, p); \
795 INCPTR(2, p); \
807 INCPTR(2, p); \
818 INCPTR(2, p); \
829 INCPTR(2, p); \
840 INCPTR(2, p); \
883 INCPTR(2, p);
1100 INCPTR(CILEN_VOID, p); \
1110 INCPTR(2, p); \
1125 INCPTR(2, p);
    [all...]
ipcp.c 569 INCPTR(2, p); \
589 INCPTR(2, p); \
601 INCPTR(2, p); \
771 INCPTR(2, p); \
795 INCPTR(2, p); \
821 INCPTR(2, p); \
1162 INCPTR(cilen, ucp);
    [all...]
chap.c 453 INCPTR(rchallenge_len, inp);
564 INCPTR(remmd_len, inp);
729 INCPTR(chal_len, outp);
829 INCPTR(md_len, outp);
pap.c 431 INCPTR(ruserlen, inp);
566 INCPTR(u->us_userlen, outp);
ppp.h 218 #define INCPTR(n, cp) ((cp) += (n))

Completed in 261 milliseconds