Searched refs:solookup (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | sockcommon.c | 80 *errorp = solookup(family, type, protocol, &sp); in socket_create() 97 *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
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | socketvar.h | 903 extern int solookup(int, int, int, struct sockparams **);
|
| /illumos-gate/usr/src/uts/common/inet/sockmods/ |
| H A D | socksctp.c | 1698 error = solookup(so->so_family, SOCK_STREAM, so->so_protocol, in sosctp_ioctl()
|