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

  /src/external/bsd/ntp/dist/sntp/tests/
kodDatabase.c 32 const char HOST[] = "192.0.2.5";
35 add_entry(HOST, REASON);
39 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result));
40 TEST_ASSERT_EQUAL_STRING(HOST, result->hostname);
95 const char HOST[] = "192.0.2.3";
99 add_entry(HOST, REASON1);
101 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result1));
109 add_entry(HOST, REASON2);
111 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result2));
  /src/usr.bin/tip/
tip.h 60 * Remote host attributes
75 extern char *HO; /* host name */
80 extern long DU; /* this host is dialed up */
91 extern long HD; /* this host is half duplex - do local echo */
92 extern char DC; /* this host is directly connected. */
202 #define HOST 10
235 extern int FD; /* open file descriptor to remote host */
  /src/external/ibm-public/postfix/dist/src/global/
dict_pgsql.c 128 } HOST;
132 HOST **db_hosts; /* hosts on which databases reside */
152 HOST *active_host;
163 static void plpgsql_close_host(HOST *);
164 static void plpgsql_down_host(HOST *, int);
165 static void plpgsql_connect_single(DICT_PGSQL *, HOST *);
169 static HOST *host_init(const char *);
176 HOST *active_host = dict_pgsql->active_host;
245 msg_warn("dict pgsql: (host %s) cannot escape input string: %s",
322 * This initial expansion is outside the context of any specific host
411 HOST *host; local
452 HOST *host = (HOST *) context; local
470 HOST *host; local
778 HOST *host = (HOST *) mymalloc(sizeof(HOST)); local
    [all...]
dict_mysql.c 23 /* on each host is identical (mirrored) and maintains one connection
144 * every so often if a host is down */
145 } HOST;
149 HOST **db_hosts; /* the hosts on which the databases
170 HOST *active_host;
197 static void plmysql_close_host(HOST *);
198 static void plmysql_down_host(HOST *, int);
199 static void plmysql_connect_single(DICT_MYSQL *, HOST *);
204 static HOST *host_init(const char *);
225 msg_panic("dict_mysql_quote: no active host");
404 HOST *host; local
442 HOST *host = (HOST *) context; local
460 HOST *host; local
831 HOST *host = (HOST *) mymalloc(sizeof(HOST)); local
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 61 HOST = 256,
62 FIRST_TOKEN = HOST,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 65 HOST = 256,
66 FIRST_TOKEN = HOST,

Completed in 31 milliseconds