HomeSort by relevance Sort by last modified time
    Searched refs:N_SYNC_PPP (Results 1 - 6 of 6) 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tty.h 26 #define N_SYNC_PPP 14 /* synchronous PPP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 77 #define N_SYNC_PPP 14 /* synchronous PPP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 77 #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 305 milliseconds