Searched refs:INCPTR (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 1222 INCPTR(CILEN_VOID, p); \ 1232 INCPTR(2, p); \ 1243 INCPTR(2, p); \ 1254 INCPTR(2, p); \ 1265 INCPTR(2, p); \ 1278 INCPTR(p[1], p); \ 1317 INCPTR(2, p); 1638 INCPTR(CILEN_VOID, p); \ 1647 INCPTR(2, p); \ 1660 INCPTR(2, p); \ [all …]
|
H A D | chap.c | 465 INCPTR(rchallenge_len, inp); 622 INCPTR(remmd_len, inp); 812 INCPTR(chal_len, outp); 914 INCPTR(md_len, outp);
|
H A D | ipcp.c | 739 INCPTR(2, p); \ 752 INCPTR(2, p); \ 764 INCPTR(2, p); \ 918 INCPTR(2, p); \ 936 INCPTR(2, p); \ 958 INCPTR(2, p); \
|
H A D | ipv6cp.c | 638 INCPTR(2, p); \ 650 INCPTR(2, p); \ 770 INCPTR(2, p); \ 784 INCPTR(2, p); \
|
H A D | upap.c | 436 INCPTR(ruserlen, inp); 618 INCPTR(u->us_userlen, outp);
|
H A D | pppd.h | 752 #define INCPTR(n, cp) ((cp) += (n)) macro
|