Searched defs:maxslotindex (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.h99 u_char maxslotindex; /* VJ slots - 1. */ member in struct:ipcp_options
H A Dipcp.c222 wo->maxslotindex = MAX_SLOTS - 1;
233 ao->maxslotindex = MAX_SLOTS - 1;
368 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
376 PUTCHAR(maxslotindex, ucp); \
419 go->maxslotindex, go->cflag);
449 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
464 if (cimaxslotindex != maxslotindex) \
515 go->maxslotindex, go->cflag);
622 * Accept the peer's value of maxslotindex provided that it
633 if (cimaxslotindex < go->maxslotindex)
868 u_char maxslotindex, cflag; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.h91 u_char maxslotindex; /* VJ slots - 1. */ member in struct:ipcp_options
H A Dipcp.c198 wo->maxslotindex = MAX_SLOTS - 1;
208 ao->maxslotindex = MAX_SLOTS - 1;
353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
361 PUTCHAR(maxslotindex, ucp); \
407 go->maxslotindex, go->cflag);
438 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
456 if (cimaxslotindex != maxslotindex) { \
516 go->maxslotindex, go->cflag);
626 * Accept the peer's value of maxslotindex provided that it
637 if (cimaxslotindex < go->maxslotindex) {
889 u_char maxslotindex, cflag; local
[all...]

Completed in 326 milliseconds