Searched refs:ntp_host (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 176 static u_char *ntp_host; variable 195 ntp_host = strdup("localhost"); in ntp_init() 255 error = getaddrinfo(ntp_host, ntp_port, &hints, &res0); in open_socket() 257 syslog(LOG_ERR, "%s(%s): %s", ntp_host, ntp_port, in open_socket() 1487 return (string_get(value, ntp_host, -1)); in op_begemot_ntp() 1532 if ((ret = string_save(value, ctx, -1, &ntp_host)) in op_begemot_ntp() 1565 string_rollback(ctx, &ntp_host); in op_begemot_ntp()
|