Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dtty.h15 #define N_PPP 3 macro
/external/python/cpython2/Modules/
Dtermios.c692 #ifdef N_PPP
693 {"N_PPP", N_PPP},
/external/python/cpython3/Modules/
Dtermios.c720 #ifdef N_PPP
721 {"N_PPP", N_PPP},
/external/ppp/pppd/
Dsys-linux.c176 static int ppp_disc = N_PPP; /* The PPP discpline */
429 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP; in tty_establish_ppp()