HomeSort by relevance Sort by last modified time
    Searched refs:N_SYNC_PPP (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
tty.h 36 #define N_SYNC_PPP 14
  /external/kernel-headers/original/uapi/linux/
tty.h 27 #define N_SYNC_PPP 14 /* synchronous PPP */
  /external/ppp/pppd/
sys-linux.c 426 #ifndef N_SYNC_PPP
427 #define N_SYNC_PPP 14
429 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP;
    [all...]

Completed in 50 milliseconds