Searched refs:unix_socketpair (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minadbd/
H A Dsysdeps.h440 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) function
449 rc = unix_socketpair( AF_UNIX, SOCK_STREAM, 0, sv );

Completed in 410 milliseconds