Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dppp-comp.h141 #define BSD_NBITS(x) ((x) & 0x1F) /* number of bits requested */ macro
Dbsd-comp.c318 bits = BSD_NBITS(options[2]);
415 || BSD_NBITS(options[2]) != db->maxbits
/mirbsd/src/usr.sbin/pppd/
Dccp.c596 else if (BSD_NBITS(p[2]) < go->bsd_bits)
597 try.bsd_bits = BSD_NBITS(p[2]);
782 ho->bsd_bits = nb = BSD_NBITS(p[2]);
1027 BSD_NBITS(p[2]));