Searched refs:PFF (Results 1 – 2 of 2) sorted by path
1780 *new_frame->b_wptr++ = PFF | in spppasyn_muxencode()1848 *mp->b_rptr = PFF | (len); in spppasyn_muxencode()1852 *state->sa_mqtail->b_wptr++ = PFF |len; in spppasyn_muxencode()1861 *new_frame->b_wptr++ = PFF | (len); in spppasyn_muxencode()1905 if (!(mp->b_rptr[0] & PFF)) { in spppasyn_inpkt()1928 len = muxhdr & ~PFF; in spppasyn_inpkt()1950 if (muxhdr & PFF) { in spppasyn_inpkt()
49 #define PFF 0x80 /* protocol field flag */ macro