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

/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c124 ip2str(in_addr_t ip) function
232 ip2str(ex->e_ip), vmask, path, sflags);
313 strlcpy(ipmask, ip2str(ex->e_ip), sizeof(ipmask));
315 strlcat(ipmask, ip2str(ex->e_mask), sizeof(ipmask));
402 ip2str(ip));
422 ip2str(conn->c_srcip), conn->c_path);
479 g_gate_log(LOG_DEBUG, "Connection created [%s, %s].", ip2str(ip),
494 "Send socket already exists [%s, %s].", ip2str(ip),
503 ip2str(ip), conn->c_path);
508 g_gate_log(LOG_DEBUG, "Connection added [%s, %s].", ip2str(i
[all...]

Completed in 55 milliseconds