Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h143 #define BSD_NBITS(x) ((x) & 0x1F) /* number of bits requested */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c832 else if (BSD_NBITS(p[2]) < go->bsd_bits)
833 try.bsd_bits = BSD_NBITS(p[2]);
1031 nb = clen < CILEN_BSD_COMPRESS ? ao->bsd_bits : BSD_NBITS(p[2]);
1333 BSD_NBITS(cichar));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c363 bits = BSD_NBITS(options[2]); in bsd_alloc()
484 BSD_NBITS(options[2]) != db->maxbits || in bsd_init()