HomeSort by: relevance | last modified time | path
    Searched refs:notify_pipe (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
ipc.c 607 struct xfrd_tcp* notify_pipe = (struct xfrd_tcp*)arg; local
614 switch(conn_read(notify_pipe)){
620 if(buffer_limit(notify_pipe->packet) < sizeof(acl_xfr)+sizeof(acl_num))
623 size_t eop = buffer_position(notify_pipe->packet)
626 buffer_set_position(notify_pipe->packet, eop);
627 acl_num = buffer_read_u32(notify_pipe->packet);
628 acl_xfr = (int32_t)buffer_read_u32(notify_pipe->packet);
629 buffer_set_position(notify_pipe->packet, eop);
630 buffer_flip(notify_pipe->packet);
631 xfrd_handle_passed_packet(notify_pipe->packet,acl_num,acl_xfr)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sshd.c 596 drop_connection(int sock, int startups, int notify_pipe)
621 srclimit_check_allow(sock, notify_pipe) == 1)

Completed in 27 milliseconds