Searched refs:N_SYNC_PPP (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dtermios.h57 #define N_SYNC_PPP 14 /* synchronous PPP */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_synctty.c434 err = tty_register_ldisc(N_SYNC_PPP, &ppp_sync_ldisc);
779 if (tty_unregister_ldisc(N_SYNC_PPP) != 0)
786 MODULE_ALIAS_LDISC(N_SYNC_PPP); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h45 #define N_SYNC_PPP 14 /* synchronous PPP */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c417 #ifndef N_SYNC_PPP
418 #define N_SYNC_PPP 14 macro
420 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_ppp.c655 /* Set discipline (should be N_SYNC_PPP or N_TTY) */
659 if((val == N_SYNC_PPP) || (val == N_PPP))

Completed in 170 milliseconds