Searched refs:send_error (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | gdb.c | 745 send_error(int error) in send_error() function 1202 send_error(errno); in gdb_read_regs() 1225 send_error(EINVAL); in gdb_read_one_reg() 1231 send_error(errno); in gdb_read_one_reg() 1258 send_error(EINVAL); in gdb_read_mem() 1275 send_error(errno); in gdb_read_mem() 1282 send_error(EFAULT); in gdb_read_mem() 1342 send_error(EFAULT); in gdb_read_mem() 1371 send_error(EINVAL); in gdb_write_mem() 1381 send_error(EINVAL); in gdb_write_mem() [all …]
|
/freebsd/libexec/tftpd/ |
H A D | tftp-transfer.c | 85 send_error(peer, errno + 100); in tftp_send() 129 send_error(peer, errno + 100); in tftp_send() 169 send_error(peer, errno + 100); in tftp_send() 201 send_error(peer, errno + 100); in tftp_send() 391 send_error(peer, errno + 100); in tftp_receive() 393 send_error(peer, ENOSPACE); in tftp_receive()
|
H A D | tftp-options.c | 168 send_error(peer, EBADOP); in option_timeout() 200 send_error(peer, EBADOP); in option_rollover() 238 send_error(peer, EBADOP); in option_blksize() 254 send_error(peer, EBADOP); in option_blksize() 344 send_error(peer, EBADOP); in option_windowsize()
|
H A D | tftpd.c | 418 send_error(peer, EBADOP); in main() 467 send_error(peer, EBADOP); in parse_header() 487 send_error(peer, EBADOP); in parse_header() 533 send_error(peer, ecode); in tftp_wrq() 602 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 | 137 send_error(int peer, int error) in send_error() function
|
/freebsd/usr.bin/tftp/ |
H A D | tftp.c | 140 send_error(peer, EBADOP); in xmitfile() 245 send_error(peer, EBADOP); in recvfile()
|
/freebsd/crypto/openssh/ |
H A D | kex.c | 1215 send_error(struct ssh *ssh, char *msg) in send_error() function 1286 send_error(ssh, "No SSH identification string " in kex_exchange_identification() 1300 send_error(ssh, "Timed out waiting " in kex_exchange_identification() 1386 send_error(ssh, "Invalid SSH identification string."); in kex_exchange_identification() 1409 send_error(ssh, "Protocol major versions differ."); in kex_exchange_identification()
|
H A D | ssh_namespace.h | 555 #define send_error Fssh_send_error macro
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 136 [B<-send_error>] 1064 =item B<-send_error>
|