Home
last modified time | relevance | path

Searched refs:bsd_bits (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c225 ccp_wantoptions[0].bsd_bits = rbits;
230 ccp_allowoptions[0].bsd_bits = abits;
332 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
334 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
645 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
655 if (res < 0 || go->bsd_bits <= BSD_MIN_BITS) {
659 --go->bsd_bits;
660 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
732 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
836 else if (BSD_NBITS(p[2]) < go->bsd_bits)
[all …]
H A Dccp.h39 u_short bsd_bits; /* # bits/code for BSD Compress */ member