Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/net/
Dppp_defs.h54 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro
/third_party/lwip/src/netif/ppp/
Ddemand.c258 c ^= PPP_TRANS;
Dpppos.c590 cur_char ^= PPP_TRANS; in pppos_input()
848 *((u8_t*)nb->payload + nb->len++) = c ^ PPP_TRANS; in pppos_output_append()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h88 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */ macro