Home
last modified time | relevance | path

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

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