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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 53 #define I_LINK (__SID |12) /* Connect two STREAMs. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 53 #define I_LINK (__SID |12) /* Connect two STREAMs. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 53 #define I_LINK (__SID |12) /* Connect two STREAMs. */
  /external/openssh/
sftp.c 135 #define I_LINK 25
180 { "ln", I_LINK, REMOTE },
1183 case I_LINK:
1329 case I_LINK:
    [all...]
  /external/ppp/pppd/
sys-solaris.c 728 ipmuxid = ioctl(ipfd, I_LINK, ifd);
972 if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0) {
    [all...]
  /external/strace/
stream.c 1346 case I_LINK:
  /external/qemu/
net-android.c     [all...]
net.c 1258 if((ip_muxid = ioctl(ip_fd, I_LINK, if_fd)) < 0){
    [all...]

Completed in 101 milliseconds