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

/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c123 ip2str(in_addr_t ip) function
231 ip2str(ex->e_ip), vmask, path, sflags);
312 strlcpy(ipmask, ip2str(ex->e_ip), sizeof(ipmask));
314 strlcat(ipmask, ip2str(ex->e_mask), sizeof(ipmask));
391 ip2str(ip));
411 ip2str(conn->c_srcip), conn->c_path);
468 g_gate_log(LOG_DEBUG, "Connection created [%s, %s].", ip2str(ip),
483 "Send socket already exists [%s, %s].", ip2str(ip),
492 ip2str(ip), conn->c_path);
497 g_gate_log(LOG_DEBUG, "Connection added [%s, %s].", ip2str(i
[all...]

Completed in 75 milliseconds