Home
last modified time | relevance | path

Searched refs:host_mode (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c136 int host_mode; /* T_* token identifier */ member
819 fprintf(df, "%s", keyword(peern->host_mode)); in dump_config_tree()
826 keyword(peern->host_mode)); in dump_config_tree()
1382 my_node->host_mode = hmode; in create_peer_node()
4191 hmode = pn->host_mode; in peerflag_bits()
4292 ctx->host_mode = T_Server; in config_peers()
4320 hmode = get_correct_host_mode(curr_peer->host_mode); in config_peers()
4323 if (T_Pool == curr_peer->host_mode) { in config_peers()
4348 curr_peer->host_mode)) in config_peers()
4367 ctx->host_mode = curr_peer->host_mode; in config_peers()
[all …]
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_config.h128 int host_mode; member