Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c75 static int openhost (const char *);
376 (void) openhost(chosts[0]); in ntpdcmain()
383 if (openhost(chosts[ihost])) in ntpdcmain()
402 openhost( in openhost() function
1721 if (openhost(pcmd->argval[i].string)) { in host()
/freebsd/contrib/ntp/ntpq/
H A Dlibntpq.c237 if ( openhost(hostname, fam) ) in ntpq_openhost()
H A Dntpq.c184 static int openhost (const char *, int);
634 if (openhost(chosts[ihost].name, chosts[ihost].fam)) { in ntpqmain()
650 (void) openhost(chosts[0].name, chosts[0].fam); in ntpqmain()
661 * openhost - open a socket to a host in ntpqmain()
664 openhost(
2549 if (openhost(pcmd->argval[i].string, ai_fam_templ)) { in host()
668 openhost( openhost() function
/freebsd/contrib/ntp/
H A DNEWS493 in ntp-4.2.8p11, and a buffer overflow in the openhost() function used by
496 * [Sec 3505] Buffer overflow in the openhost() call of ntpq and ntpdc.
4259 in ntp-4.2.8p11, and a buffer overflow in the openhost() function used by
4262 * [Sec 3505] Buffer overflow in the openhost() call of ntpq and ntpdc.
H A DChangeLog415 - fixed stack buffer overflow in the openhost() command-line call