HomeSort by: relevance | last modified time | path
    Searched defs:socreate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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);
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);

Completed in 26 milliseconds