Searched refs:PFF (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h49 #define PFF 0x80 /* protocol field flag */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1779 *new_frame->b_wptr++ = PFF |
1822 * the PFF bit and the length field have
1847 *mp->b_rptr = PFF | (len);
1851 *state->sa_mqtail->b_wptr++ = PFF |len;
1860 *new_frame->b_wptr++ = PFF | (len);
1904 if (!(mp->b_rptr[0] & PFF)) {
1927 len = muxhdr & ~PFF;
1949 if (muxhdr & PFF) {

Completed in 61 milliseconds