Searched refs:bsd_bits (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dccp.h37 u_short bsd_bits; /* # bits/code for BSD Compress */ member in struct:ccp_options
H A Dccp.c219 ccp_wantoptions[0].bsd_bits = rbits;
224 ccp_allowoptions[0].bsd_bits = abits;
310 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
312 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
565 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
575 if (res < 0 || go->bsd_bits <= BSD_MIN_BITS) {
579 --go->bsd_bits;
580 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
646 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
727 else if (BSD_NBITS(p[2]) < go->bsd_bits)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.h41 u_short bsd_bits; /* # bits/code for BSD Compress */ member in struct:ccp_options
H A Dccp.c285 ccp_wantoptions[0].bsd_bits = rbits;
290 ccp_allowoptions[0].bsd_bits = abits;
376 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
378 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
756 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
761 if (go->bsd_bits < BSD_MIN_BITS) {
773 --go->bsd_bits;
774 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
858 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
966 else if (BSD_NBITS(p[2]) < go->bsd_bits)
[all...]

Completed in 96 milliseconds