Home
last modified time | relevance | path

Searched refs:ip2str (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ggate/ggated/
H A Dggated.c129 ip2str(in_addr_t ip) in ip2str() function
268 ip2str(ex->e_ip), vmask, path, sflags); in line_parse()
349 strlcpy(ipmask, ip2str(ex->e_ip), sizeof(ipmask)); in exports_check()
351 strlcat(ipmask, ip2str(ex->e_mask), sizeof(ipmask)); in exports_check()
458 ip2str(ip)); in exports_find()
478 ip2str(conn->c_srcip), conn->c_path); in connection_cleanups()
535 g_gate_log(LOG_DEBUG, "Connection created [%s, %s].", ip2str(ip), in connection_new()
550 "Send socket already exists [%s, %s].", ip2str(ip), in connection_add()
559 ip2str(ip), conn->c_path); in connection_add()
564 g_gate_log(LOG_DEBUG, "Connection added [%s, %s].", ip2str(ip), in connection_add()
[all …]