Searched refs:send_error (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | gdb.c | 658 send_error(int error) in send_error() function 1073 send_error(errno); in gdb_read_regs() 1094 send_error(EINVAL); in gdb_read_one_reg() 1100 send_error(errno); in gdb_read_one_reg() 1127 send_error(EINVAL); in gdb_read_mem() 1240 send_error(EINVAL); in gdb_write_mem() 1250 send_error(EINVAL); in gdb_write_mem() 1259 send_error(EINVAL); in gdb_write_mem() 1266 send_error(errno); in gdb_write_mem() 1382 send_error(EINVAL); in update_sw_breakpoint() [all …]
|
| /freebsd-14.2/libexec/tftpd/ |
| H A D | tftp-transfer.c | 86 send_error(peer, errno + 100); in tftp_send() 130 send_error(peer, errno + 100); in tftp_send() 170 send_error(peer, errno + 100); in tftp_send() 202 send_error(peer, errno + 100); in tftp_send() 392 send_error(peer, errno + 100); in tftp_receive() 394 send_error(peer, ENOSPACE); in tftp_receive()
|
| H A D | tftp-options.c | 169 send_error(peer, EBADOP); in option_timeout() 201 send_error(peer, EBADOP); in option_rollover() 239 send_error(peer, EBADOP); in option_blksize() 255 send_error(peer, EBADOP); in option_blksize() 345 send_error(peer, EBADOP); in option_windowsize()
|
| H A D | tftpd.c | 427 send_error(peer, EBADOP); in main() 476 send_error(peer, EBADOP); in parse_header() 496 send_error(peer, EBADOP); in parse_header() 542 send_error(peer, ecode); in tftp_wrq() 611 send_error(peer, ecode); in tftp_rrq()
|
| H A D | tftp-io.h | 37 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 | 138 send_error(int peer, int error) in send_error() function
|
| /freebsd-14.2/usr.bin/tftp/ |
| H A D | tftp.c | 146 send_error(peer, EBADOP); in xmitfile() 251 send_error(peer, EBADOP); in recvfile()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | kex.c | 1467 send_error(struct ssh *ssh, char *msg) in send_error() function 1538 send_error(ssh, "No SSH identification string " in kex_exchange_identification() 1552 send_error(ssh, "Timed out waiting " in kex_exchange_identification() 1638 send_error(ssh, "Invalid SSH identification string."); in kex_exchange_identification() 1661 send_error(ssh, "Protocol major versions differ."); in kex_exchange_identification()
|
| H A D | ssh_namespace.h | 530 #define send_error Fssh_send_error macro
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 136 [B<-send_error>] 1064 =item B<-send_error>
|