Searched refs:PPP_TRANS (Results 1 – 2 of 2) sorted by relevance
27 if (c < PPP_TRANS) return 1; in muststuff()191 c ^= PPP_TRANS; in hdlc_loop()500 *(skb_put(hdlc_skb, 1)) = (*skb->data++) ^ PPP_TRANS; in HDLC_Encode()509 c ^= PPP_TRANS; in HDLC_Encode()516 c ^= PPP_TRANS; in HDLC_Encode()
63 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro