HomeSort by relevance Sort by last modified time
    Searched defs:socketpair (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/syscalls/
socketpair.S 5 ENTRY(socketpair) function
14 END(socketpair)
  /bionic/libc/arch-x86/syscalls/
socketpair.S 5 .type socketpair, @function
6 .globl socketpair
9 socketpair: label
  /external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
ProcessLauncherQt.cpp 87 // FIXME: Symbian's POSIX layer doesn't have a socketpair(), so
90 static int socketpair(int, int, int , int[2]) function in namespace:WebKit
107 if (socketpair(AF_UNIX, SOCK_DGRAM, 0, sockets) == -1) {
  /bionic/libc/unistd/
socketcalls.c 145 int socketpair(int d, int type, int protocol, int sv[2]) function
  /external/kernel-headers/original/linux/
net.h 135 int (*socketpair)(struct socket *sock1, member in struct:proto_ops
246 SOCKCALL_WRAP(name, socketpair, (struct socket *sock1, struct socket *sock2), \
277 .socketpair = __lock_##name##_socketpair, \
  /system/core/adb/
sysdeps.h 443 return socketpair( d, type, protocol, sv );
459 #undef socketpair macro
460 #define socketpair ___xxx_socketpair macro

Completed in 81 milliseconds