Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c166 #define BSD_KEY(prefix,suffix) ((((u_int32_t)(suffix)) << 16) \ macro
464 fcode = BSD_KEY(ent, c);
696 fcode = BSD_KEY(oldcode,finchar);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c199 #define BSD_KEY(prefix, suffix) \ macro
731 fcode = BSD_KEY(ent, c); in bsd_compress()
966 fcode = BSD_KEY(ent, c); in bsd_incomp()
1395 fcode = BSD_KEY(oldcode, finchar); in bsd_decompress()