Searched refs:send_status (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-server.c405 send_status(u_int32_t id, u_int32_t status) function
580 send_status(id, status);
596 send_status(id, status);
637 send_status(id, status);
681 send_status(id, status);
707 send_status(id, status);
747 send_status(id, status);
809 send_status(id, status);
877 send_status(id, status);
906 send_status(i
[all...]
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dext.h121 send_status(void),
H A Dstate.c1207 send_status();
1494 send_status(void) function
/macosx-10.10.1/bootp-298/bootplib/
H A Dbootp_transmit.c219 ssize_t send_status; local
226 send_status = sendto(sockfd, data, len, 0,
229 if (send_status < len)
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dext.h95 void send_status (void);
H A Dstate.c1001 send_status();
1295 send_status(void) function
/macosx-10.10.1/libresolv-57/
H A Dres_send.c510 int notify_token, status, send_status, reply_buf_size; local
530 send_status = 0;
709 send_status = ns_r_noerror;
717 send_status = send_vc(statp, buf, buflen, ans, anssiz, &terrno, ns, from, fromlen, notify_token);
722 send_status = send_dg(statp, buf, buflen, ans, anssiz, &terrno, ns, &v_circuit, &gotsomewhere, from, fromlen, notify_token);
726 if ((send_status == DNS_RES_STATUS_SYSTEM_ERROR) || (send_status == DNS_RES_STATUS_CANCELLED))
730 return send_status;
733 if (send_status != ns_r_noerror) goto send_next_ns;
803 return send_status;
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dexec_pty.c701 send_status(fd, cstat) function
749 if (send_status(backchannel, cstat) == -1)
998 send_status(backchannel, &cstat);

Completed in 242 milliseconds