uipc_socket.c | 486 * socreate: create a new socket of the specified type and the protocol. 492 socreate(int dom, struct socket **aso, int type, int proto, struct lwp *l, function in typeref:typename:int 596 error = socreate(domain, &so, type, proto, l, lockso);
|