Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-07-27 10:47:59 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-07-27 10:57:19 +0300
commitbfa7ba09cf701173bfdb5f063c44287bab297e98 (patch)
treecdd18d89faeb637af339184f65397530da024104 /include/comms.h
parent3a9d0e890c562d197665ad12cbdf7735af0df8fb (diff)
...G...... [ZBXNEXT-6688] reworked net.tcp.socket.count and net.udp.socket.count agent items
Diffstat (limited to 'include/comms.h')
-rw-r--r--include/comms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comms.h b/include/comms.h
index f67bff1f6ea..f5095efc6a5 100644
--- a/include/comms.h
+++ b/include/comms.h
@@ -151,9 +151,9 @@ ssize_t zbx_tcp_recv_ext(zbx_socket_t *s, int timeout);
ssize_t zbx_tcp_recv_raw_ext(zbx_socket_t *s, int timeout);
const char *zbx_tcp_recv_line(zbx_socket_t *s);
+int zbx_ip_cmp(unsigned int prefix_size, const struct addrinfo *current_ai, ZBX_SOCKADDR name);
int zbx_validate_peer_list(const char *peer_list, char **error);
int zbx_tcp_check_allowed_peers(const zbx_socket_t *s, const char *peer_list);
-int subnet_match(int af, unsigned int prefix_size, const void *address1, const void *address2);
int validate_cidr(const char *ip, const char *cidr, void *value);
int zbx_udp_connect(zbx_socket_t *s, const char *source_ip, const char *ip, unsigned short port, int timeout);