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

  /external/ppp/pppd/include/net/
if_ppp.h 125 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */
126 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */
ppp_defs.h 132 typedef u_int32_t ext_accm[8]; typedef
  /bionic/libc/kernel/uapi/linux/
ppp-ioctl.h 86 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm)
87 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm)
ppp_defs.h 58 typedef __u32 ext_accm[8]; typedef
  /external/kernel-headers/original/uapi/linux/
ppp-ioctl.h 96 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */
97 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */
ppp_defs.h 75 typedef __u32 ext_accm[8]; typedef
  /external/ppp/pppd/
pppd.h 636 void tty_set_xaccm __P((ext_accm));
    [all...]
sys-solaris.c     [all...]
sys-linux.c 1252 void tty_set_xaccm (ext_accm accm)
    [all...]

Completed in 185 milliseconds