HomeSort by: relevance | last modified time | path
    Searched defs:openhost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 77 static int openhost (const char *);
378 (void) openhost(chosts[0]);
385 if (openhost(chosts[ihost]))
401 * openhost - open a socket to a host
404 openhost( function
1723 if (openhost(pcmd->argval[i].string)) {
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 186 static int openhost (const char *, int);
636 if (openhost(chosts[ihost].name, chosts[ihost].fam)) {
652 (void) openhost(chosts[0].name, chosts[0].fam);
663 * openhost - open a socket to a host
666 openhost( function
2551 if (openhost(pcmd->argval[i].string, ai_fam_templ)) {

Completed in 19 milliseconds