Searched defs:socketpair (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-arm/syscalls/
H A Dsocketpair.S5 ENTRY(socketpair) function
14 END(socketpair)
/bionic/libc/arch-mips/syscalls/
H A Dsocketpair.S4 .globl socketpair
6 .ent socketpair
8 socketpair: label
22 .end socketpair
/bionic/libc/arch-x86/syscalls/
H A Dsocketpair.S5 .type socketpair, @function
6 .globl socketpair
9 socketpair: label
/bionic/libc/unistd/
H A Dsocketcalls.c145 int socketpair(int d, int type, int protocol, int sv[2]) function

Completed in 85 milliseconds