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

  /bionic/libc/arch-arm/syscalls/
socketpair.S 5 .type socketpair, #function
6 .globl socketpair
10 socketpair: label
  /bionic/libc/arch-x86/syscalls/
socketpair.S 5 .type socketpair, @function
6 .globl socketpair
9 socketpair: label
  /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 429 return socketpair( d, type, protocol, sv );
445 #undef socketpair macro
446 #define socketpair ___xxx_socketpair macro

Completed in 45 milliseconds