Searched refs:socket_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/kern/ |
| H A D | uipc_syscalls.c | 159 static int socket_common(struct proc *, int, int, int, pid_t, int32_t *, int); 213 return socket_common(p, uap->domain, uap->type, uap->protocol, in socket() 222 return socket_common(p, uap->domain, uap->type, uap->protocol, in socket_delegate() 227 socket_common(struct proc *p, in socket_common() function
|