Home
last modified time | relevance | path

Searched refs:cfgt (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_parser.c2134 APPEND_G_FIFO(cfgt.peers, my_node); in yyparse()
2209 APPEND_G_FIFO(cfgt.unpeers, my_node); in yyparse()
2216 { cfgt.broadcastclient = 1; } in yyparse()
2222 { CONCAT_G_FIFOS(cfgt.manycastserver, (yyvsp[0].Address_fifo)); } in yyparse()
2228 { CONCAT_G_FIFOS(cfgt.multicastclient, (yyvsp[0].Address_fifo)); } in yyparse()
2234 { cfgt.mdnstries = (yyvsp[0].Integer); } in yyparse()
2244 APPEND_G_FIFO(cfgt.vars, atrv); in yyparse()
2251 { cfgt.auth.control_key = (yyvsp[0].Integer); } in yyparse()
2258 cfgt.auth.cryptosw++; in yyparse()
2259 CONCAT_G_FIFOS(cfgt.auth.crypto_cmd_list, (yyvsp[0].Attr_val_fifo)); in yyparse()
[all …]
Dntp_scanner.h114 extern config_tree cfgt; /* Parser output stored here */
Dntp_config.c150 config_tree cfgt; /* Parser output stored here */ variable
4453 init_syntax_tree(&cfgt); in config_remotely()
4457 cfgt.source.attr = CONF_SOURCE_NTPQ; in config_remotely()
4458 cfgt.timestamp = time(NULL); in config_remotely()
4459 cfgt.source.value.s = estrdup(stoa(remote_addr)); in config_remotely()
4514 init_syntax_tree(&cfgt); in getconfig()
4540 cfgt.source.value.s = estrdup(alt_config_file); in getconfig()
4543 cfgt.source.value.s = estrdup(config_file); in getconfig()
4555 cfgt.source.attr = CONF_SOURCE_FILE; in getconfig()
4556 cfgt.timestamp = time(NULL); in getconfig()
[all …]
/freebsd-9-stable/contrib/ntp/
DCommitLog157976 parse to struct config_tree cfgt rather than my_config
157979 parse to struct config_tree cfgt rather than my_config
157982 parse to struct config_tree cfgt rather than my_config