Searched refs:PPP_TRANS (Results 1 – 5 of 5) sorted by relevance
33 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
79 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
242 c ^= PPP_TRANS;
140 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
742 *((u_char*)nb->payload + nb->len++) = c ^ PPP_TRANS; in pppAppend()1851 curChar ^= PPP_TRANS; in pppInProc()