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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dccp.c302 ccp_wantoptions[0].bsd_bits = rbits;
307 ccp_allowoptions[0].bsd_bits = abits;
396 wo->bsd_bits = BSD_MAX_BITS;
398 ao->bsd_bits = BSD_MAX_BITS;
656 if (go->bsd_bits < BSD_MIN_BITS) {
660 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
668 go->bsd_bits--;
808 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
887 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
1000 else if (BSD_NBITS(p[2]) < go->bsd_bits)
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dccp.c302 ccp_wantoptions[0].bsd_bits = rbits;
307 ccp_allowoptions[0].bsd_bits = abits;
396 wo->bsd_bits = BSD_MAX_BITS;
398 ao->bsd_bits = BSD_MAX_BITS;
656 if (go->bsd_bits < BSD_MIN_BITS) {
660 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
668 go->bsd_bits--;
808 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
887 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
1000 else if (BSD_NBITS(p[2]) < go->bsd_bits)
[all...]
H A Dccp.h143 u_short bsd_bits; /* # bits/code for BSD Compress */ member in struct:ccp_options

Completed in 39 milliseconds