Searched refs:maxslotindex (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 271 ipcp_wantoptions [0].maxslotindex = 272 ipcp_allowoptions[0].maxslotindex = value - 1; 387 wo->maxslotindex = MAX_STATES - 1; /* really max index */ 392 ao->maxslotindex = MAX_STATES - 1; 564 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument 572 PUTCHAR(maxslotindex, ucp); \ 595 go->maxslotindex, go->cflag); 652 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument 661 if (cimaxslotindex != maxslotindex) \ 681 go->maxslotindex, go->cflag); [all …]
|
H A D | ipcp.h | 63 int maxslotindex; /* values for RFC1332 VJ compression neg. */ member
|