Searched refs:socks_decode_error (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | channels.c | 1518 socks_decode_error(Channel *c, int status, const char *func, const char *msg) in socks_decode_error() function 1552 success = socks_decode_error(c, r, __func__, "header"); in channel_decode_socks4() 1562 success = socks_decode_error(c, r, __func__, "host"); in channel_decode_socks4() 1631 return socks_decode_error(c, r, __func__, "version"); in channel_socks5_check_auth() 1635 return socks_decode_error(c, r, __func__, "methods"); in channel_socks5_check_auth() 1638 return socks_decode_error(c, r, __func__, "method"); in channel_socks5_check_auth() 1687 success = socks_decode_error(c, r, __func__, "version"); in channel_decode_socks5() 1698 success = socks_decode_error(c, r, __func__, "request header"); in channel_decode_socks5() 1716 success = socks_decode_error(c, r, __func__, "addrlen"); in channel_decode_socks5() 1731 success = socks_decode_error(c, r, __func__, "addr/port"); in channel_decode_socks5()
|
| H A D | ssh_namespace.h | 596 #define socks_decode_error Fssh_socks_decode_error macro
|