Home
last modified time | relevance | path

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

/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dbsockcore.c765 char ipstr_s[INET6_ADDRSTRLEN], ipstr_d[INET6_ADDRSTRLEN]; in get_info() local
777 inet_ntop(AF_INET, &s->sin_addr, ipstr_s, sizeof ipstr_s); in get_info()
781 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_s, sizeof ipstr_s); in get_info()
793 inet_ntop(AF_INET, &s->sin_addr, ipstr_d, sizeof ipstr_s); in get_info()
797 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_d, sizeof ipstr_s); in get_info()
800 bsnprintf(buf, buflen, "%s.%d:%s.%d s=0x%p", ipstr_s, port_s, ipstr_d, port_d, this); in get_info()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dbsockcore.c765 char ipstr_s[INET6_ADDRSTRLEN], ipstr_d[INET6_ADDRSTRLEN]; in get_info() local
777 inet_ntop(AF_INET, &s->sin_addr, ipstr_s, sizeof ipstr_s); in get_info()
781 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_s, sizeof ipstr_s); in get_info()
793 inet_ntop(AF_INET, &s->sin_addr, ipstr_d, sizeof ipstr_s); in get_info()
797 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_d, sizeof ipstr_s); in get_info()
800 bsnprintf(buf, buflen, "%s.%d:%s.%d s=0x%p", ipstr_s, port_s, ipstr_d, port_d, this); in get_info()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dbsockcore.c765 char ipstr_s[INET6_ADDRSTRLEN], ipstr_d[INET6_ADDRSTRLEN]; in get_info() local
777 inet_ntop(AF_INET, &s->sin_addr, ipstr_s, sizeof ipstr_s); in get_info()
781 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_s, sizeof ipstr_s); in get_info()
793 inet_ntop(AF_INET, &s->sin_addr, ipstr_d, sizeof ipstr_s); in get_info()
797 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_d, sizeof ipstr_s); in get_info()
800 bsnprintf(buf, buflen, "%s.%d:%s.%d s=0x%p", ipstr_s, port_s, ipstr_d, port_d, this); in get_info()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dbsockcore.c765 char ipstr_s[INET6_ADDRSTRLEN], ipstr_d[INET6_ADDRSTRLEN]; in get_info() local
777 inet_ntop(AF_INET, &s->sin_addr, ipstr_s, sizeof ipstr_s); in get_info()
781 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_s, sizeof ipstr_s); in get_info()
793 inet_ntop(AF_INET, &s->sin_addr, ipstr_d, sizeof ipstr_s); in get_info()
797 inet_ntop(AF_INET6, &s->sin6_addr, ipstr_d, sizeof ipstr_s); in get_info()
800 bsnprintf(buf, buflen, "%s.%d:%s.%d s=0x%p", ipstr_s, port_s, ipstr_d, port_d, this); in get_info()