Home
last modified time | relevance | path

Searched refs:PPP_TRANS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/isdn/gigaset/
Dasyncdata.c28 if (c < PPP_TRANS) return 1; in muststuff()
192 c ^= PPP_TRANS; in hdlc_loop()
501 *(skb_put(hdlc_skb, 1)) = (*skb->data++) ^ PPP_TRANS; in HDLC_Encode()
510 c ^= PPP_TRANS; in HDLC_Encode()
517 c ^= PPP_TRANS; in HDLC_Encode()
/linux-4.1.27/include/uapi/linux/
Dppp_defs.h33 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
/linux-4.1.27/drivers/net/ppp/
Dppp_async.c527 *buf++ = c ^ PPP_TRANS; \
900 sp[0] ^= PPP_TRANS; in ppp_async_input()