Searched refs:protocol (Results 1 – 1 of 1) sorted by relevance
440 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) in unix_socketpair() argument442 return socketpair( d, type, protocol, sv ); in unix_socketpair()