Home | History | Annotate | Download | only in openssh

Lines Matching refs:box

47 	struct ssh_sandbox *box;
54 box = xcalloc(1, sizeof(*box));
55 box->child_pid = 0;
57 return box;
61 ssh_sandbox_child(struct ssh_sandbox *box)
81 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
83 free(box);
88 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
90 box->child_pid = child_pid;