Searched defs:_socket_create (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsocket/socket/ |
H A D | socket.c | 51 int _socket_create(int, int, int, int); 58 return (_socket_create(family, type, protocol, SOV_DEFAULT)); 67 return (_socket_create(family, type, protocol, SOV_SOCKBSD)); 73 return (_socket_create(family, type, protocol, SOV_SOCKSTREAM)); 79 return (_socket_create(family, type, protocol, SOV_XPG4_2)); 93 _socket_create(int family, int type, int protocol, int version) function
|
Completed in 19 milliseconds