Searched refs:solookup (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 78 *errorp = solookup(family, type, protocol, &sp); in socket_create() 95 *errorp = solookup(family, type, 0, &sp); in socket_create()
|
H A D | sockparams.c | 663 solookup(int family, int type, int protocol, struct sockparams **spp) in solookup() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socketvar.h | 891 extern int solookup(int, int, int, struct sockparams **);
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 1691 error = solookup(so->so_family, SOCK_STREAM, so->so_protocol, in sosctp_ioctl()
|