Home
last modified time | relevance | path

Searched refs:BSD_NBITS (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h118 #define BSD_NBITS(x) ((x) & 0x1F) /* number of bits requested */ macro
H A Dbsd-comp.c299 bits = BSD_NBITS(options[2]);
387 || BSD_NBITS(options[2]) != db->maxbits
/titanic_41/usr/src/uts/common/net/
H A Dppp-comp.h145 #define BSD_NBITS(x) ((x) & 0x1F) /* number of bits requested */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c836 else if (BSD_NBITS(p[2]) < go->bsd_bits)
837 try.bsd_bits = BSD_NBITS(p[2]);
1035 nb = clen < CILEN_BSD_COMPRESS ? ao->bsd_bits : BSD_NBITS(p[2]);
1337 BSD_NBITS(cichar));
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c365 bits = BSD_NBITS(options[2]); in bsd_alloc()
486 BSD_NBITS(options[2]) != db->maxbits || in bsd_init()