diff options
Diffstat (limited to 'crypto/openssh/ssh_namespace.h')
-rw-r--r-- | crypto/openssh/ssh_namespace.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/crypto/openssh/ssh_namespace.h b/crypto/openssh/ssh_namespace.h index 371303bb55f2..0fa812218c06 100644 --- a/crypto/openssh/ssh_namespace.h +++ b/crypto/openssh/ssh_namespace.h @@ -31,24 +31,16 @@ #define addargs Fssh_addargs #define addr_and Fssh_addr_and #define addr_cmp Fssh_addr_cmp -#define addr_host_is_all0s Fssh_addr_host_is_all0s #define addr_host_to_all1s Fssh_addr_host_to_all1s -#define addr_hostmask Fssh_addr_hostmask #define addr_increment Fssh_addr_increment -#define addr_invert Fssh_addr_invert -#define addr_is_all0s Fssh_addr_is_all0s #define addr_match_cidr_list Fssh_addr_match_cidr_list #define addr_match_list Fssh_addr_match_list #define addr_netmask Fssh_addr_netmask #define addr_netmatch Fssh_addr_netmatch #define addr_ntop Fssh_addr_ntop -#define addr_or Fssh_addr_or #define addr_pton Fssh_addr_pton #define addr_pton_cidr Fssh_addr_pton_cidr -#define addr_sa_pton Fssh_addr_sa_pton #define addr_sa_to_xaddr Fssh_addr_sa_to_xaddr -#define addr_unicast_masklen Fssh_addr_unicast_masklen -#define addr_xaddr_to_sa Fssh_addr_xaddr_to_sa #define argv_assemble Fssh_argv_assemble #define argv_consume Fssh_argv_consume #define argv_free Fssh_argv_free @@ -416,6 +408,8 @@ #define log_level_get Fssh_log_level_get #define log_level_name Fssh_log_level_name #define log_level_number Fssh_log_level_number +#define log_ratelimit Fssh_log_ratelimit +#define log_ratelimit_init Fssh_log_ratelimit_init #define log_redirect_stderr_to Fssh_log_redirect_stderr_to #define log_verbose_add Fssh_log_verbose_add #define log_verbose_reset Fssh_log_verbose_reset @@ -1025,6 +1019,7 @@ #define waitrfd Fssh_waitrfd #define webauthn_check_prepare_hash Fssh_webauthn_check_prepare_hash #define write_host_entry Fssh_write_host_entry +#define x11_channel_used_recently Fssh_x11_channel_used_recently #define x11_connect_display Fssh_x11_connect_display #define x11_create_display_inet Fssh_x11_create_display_inet #define x11_request_forwarding_with_spoofing Fssh_x11_request_forwarding_with_spoofing |