Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/gigaset/
Dasyncdata.c27 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()
/linux-2.6.39/include/linux/
Dppp_defs.h63 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro