Searched refs:PFF (Results 1 – 2 of 2) sorted by relevance
1779 *new_frame->b_wptr++ = PFF | in spppasyn_muxencode()1847 *mp->b_rptr = PFF | (len); in spppasyn_muxencode()1851 *state->sa_mqtail->b_wptr++ = PFF |len; in spppasyn_muxencode()1860 *new_frame->b_wptr++ = PFF | (len); in spppasyn_muxencode()1904 if (!(mp->b_rptr[0] & PFF)) { in spppasyn_inpkt()1927 len = muxhdr & ~PFF; in spppasyn_inpkt()1949 if (muxhdr & PFF) { in spppasyn_inpkt()
49 #define PFF 0x80 /* protocol field flag */ macro