Home
last modified time | relevance | path

Searched refs:pid_shutdown_sockets (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/libsyscall/wrappers/
H A Dpid_shutdown_networking.c32 return pid_shutdown_sockets(pid, level); in pid_shutdown_networking()
/xnu-10002.1.13/bsd/sys/
H A Dproc.h564 int pid_shutdown_sockets(int pid, int level);
/xnu-10002.1.13/bsd/vm/
H A Dvm_unix.c1957 pid_shutdown_sockets(struct proc *p __unused, struct pid_shutdown_sockets_args *args, int *ret) in pid_shutdown_sockets() function