HomeSort by relevance Sort by last modified time
    Searched refs:bsd_bits (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ccp.h 41 u_short bsd_bits; /* # bits/code for BSD Compress */ member in struct:ccp_options
ccp.c 285 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))
965 else if (BSD_NBITS(p[2]) < go->bsd_bits)
    [all...]

Completed in 35 milliseconds