Searched refs:PPP_TRANS (Results 1 – 8 of 8) sorted by relevance
131 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
754 *((u_char*)nb->payload + nb->len++) = c ^ PPP_TRANS; in pppAppend()1876 curChar ^= PPP_TRANS; in pppInProc()
258 c ^= PPP_TRANS;
590 cur_char ^= PPP_TRANS; in pppos_input()848 *((u8_t*)nb->payload + nb->len++) = c ^ PPP_TRANS; in pppos_output_append()
573 cur_char ^= PPP_TRANS; in pppos_input()828 *((u8_t*)nb->payload + nb->len++) = c ^ PPP_TRANS; in pppos_output_append()
88 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
84 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
Completed in 18 milliseconds