OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_socketpair
(Results
1 - 2
of
2
) sorted by null
/system/bluetooth/tools/
pipetest.c
37
static int
_socketpair
(int fd[2]) {
function
175
if (
_socketpair
(fd)) return -1;
196
if (
_socketpair
(fd)) return -1;
217
if (
_socketpair
(fd)) return -1;
234
if (
_socketpair
(fd)) return -1;
/external/kernel-headers/original/linux/
net.h
277
.socketpair = __lock_##name##
_socketpair
, \
Completed in 4964 milliseconds