HomeSort by: relevance | last modified time | path
    Searched refs:INCPTR (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
eap.c 866 INCPTR(2, outp);
874 INCPTR(challen, outp);
892 INCPTR(esp->es_challen, outp);
894 INCPTR(esp->es_server.ea_namelen, outp);
912 INCPTR(challen+1, outp);
916 INCPTR(esp->es_server.ea_namelen, outp);
951 INCPTR(esp->es_server.ea_namelen, outp);
957 INCPTR(ts->s.len, outp);
964 INCPTR(ts->g.len, outp);
970 INCPTR(ts->n.len, outp)
    [all...]
lcp.c 967 INCPTR(CILEN_VOID, p); \
977 INCPTR(2, p); \
989 INCPTR(2, p); \
1000 INCPTR(2, p); \
1011 INCPTR(2, p); \
1022 INCPTR(2, p); \
1035 INCPTR(p[1], p); \
1080 INCPTR(2, p);
1352 INCPTR(CILEN_VOID, p); \
1361 INCPTR(2, p);
    [all...]
ipcp.c 1039 INCPTR(2, p); \
1054 INCPTR(2, p); \
1066 INCPTR(2, p); \
1079 INCPTR(2, p); \
1092 INCPTR(2, p); \
1316 INCPTR(2, p); \
1336 INCPTR(2, p); \
1359 INCPTR(2, p); \
1375 INCPTR(2, p); \
1391 INCPTR(2, p);
    [all...]
upap.c 405 INCPTR(ruserlen, inp);
549 INCPTR(u->us_userlen, outp);
ipv6cp.c 718 INCPTR(2, p); \
730 INCPTR(2, p); \
855 INCPTR(2, p); \
869 INCPTR(2, p); \
1064 INCPTR(cilen, ucp);
pppd-private.h 524 #define INCPTR(n, cp) ((cp) += (n))
eap-tls.c 993 INCPTR(size, *outp);
1024 INCPTR(ets->rtx_len, *outp);
peap.c 382 INCPTR(MS_CHAP2_PEER_CHAL_LEN, in_buf);
417 INCPTR(MS_CHAP2_RESPONSE_LEN+1, outp);

Completed in 26 milliseconds