Home
last modified time | relevance | path

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

/external/openssh/
Dsandbox-systrace.c71 int child_sock; member
87 box->child_sock = s[0]; in ssh_sandbox_init()
103 if (atomicio(vwrite, box->child_sock, &whatever, 1) != 1) in ssh_sandbox_child()
106 if (atomicio(read, box->child_sock, &whatever, 1) != 1) in ssh_sandbox_child()
109 close(box->child_sock); in ssh_sandbox_child()
122 close(box->child_sock); in ssh_sandbox_parent()