Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c80 *errorp = solookup(family, type, protocol, &sp); in socket_create()
97 *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
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h898 extern int solookup(int, int, int, struct sockparams **);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1700 error = solookup(so->so_family, SOCK_STREAM, so->so_protocol, in sosctp_ioctl()