Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minadbd/
Dsysdeps.h440 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) in unix_socketpair() argument
442 return socketpair( d, type, protocol, sv ); in unix_socketpair()