Home
last modified time | relevance | path

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

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