Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c78 *errorp = solookup(family, type, protocol, &sp); in socket_create()
95 *errorp = solookup(family, type, 0, &sp); in socket_create()
H A Dsockparams.c663 solookup(int family, int type, int protocol, struct sockparams **spp) in solookup() function
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h891 extern int solookup(int, int, int, struct sockparams **);
/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1691 error = solookup(so->so_family, SOCK_STREAM, so->so_protocol, in sosctp_ioctl()