Searched refs:send_error (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | gdb.c | 624 send_error(int error) in send_error() function 963 send_error(errno); in gdb_read_regs() 988 send_error(EINVAL); in gdb_read_mem() 1099 send_error(EINVAL); in gdb_write_mem() 1109 send_error(EINVAL); in gdb_write_mem() 1118 send_error(EINVAL); in gdb_write_mem() 1125 send_error(errno); in gdb_write_mem() 1241 send_error(EINVAL); in update_sw_breakpoint() 1247 send_error(errno); in update_sw_breakpoint() 1251 send_error(EFAULT); in update_sw_breakpoint() [all …]
|
| /freebsd-13.1/libexec/tftpd/ |
| H A D | tftp-transfer.c | 88 send_error(peer, errno + 100); in tftp_send() 132 send_error(peer, errno + 100); in tftp_send() 172 send_error(peer, errno + 100); in tftp_send() 204 send_error(peer, errno + 100); in tftp_send() 395 send_error(peer, errno + 100); in tftp_receive() 397 send_error(peer, ENOSPACE); in tftp_receive()
|
| H A D | tftp-options.c | 116 send_error(peer, EBADOP); in option_timeout() 149 send_error(peer, EBADOP); in option_rollover() 187 send_error(peer, EBADOP); in option_blksize() 203 send_error(peer, EBADOP); in option_blksize() 293 send_error(peer, EBADOP); in option_windowsize()
|
| H A D | tftpd.c | 439 send_error(peer, EBADOP); in main() 488 send_error(peer, EBADOP); in parse_header() 509 send_error(peer, EBADOP); in parse_header() 555 send_error(peer, ecode); in tftp_wrq() 624 send_error(peer, ecode); in tftp_rrq()
|
| H A D | tftp-io.h | 40 void send_error(int peer, int);
|
| H A D | tftp-utils.c | 118 send_error(peer, EBADOP); in get_field()
|
| H A D | tftp-io.c | 141 send_error(int peer, int error) in send_error() function
|
| /freebsd-13.1/usr.bin/tftp/ |
| H A D | tftp.c | 148 send_error(peer, EBADOP); in xmitfile() 253 send_error(peer, EBADOP); in recvfile()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | kex.c | 1152 send_error(struct ssh *ssh, char *msg) in send_error() function 1223 send_error(ssh, "No SSH identification string " in kex_exchange_identification() 1237 send_error(ssh, "Timed out waiting " in kex_exchange_identification() 1323 send_error(ssh, "Invalid SSH identification string."); in kex_exchange_identification() 1346 send_error(ssh, "Protocol major versions differ."); in kex_exchange_identification()
|
| H A D | ssh_namespace.h | 517 #define send_error Fssh_send_error macro
|