Home
last modified time | relevance | path

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

/src/contrib/ntp/include/
H A Dntp_config.h110 typedef struct restrict_node_tag restrict_node; typedef
112 restrict_node * link;
123 typedef DECL_FIFO_ANCHOR(restrict_node) restrict_fifo;
322 restrict_node *create_restrict_node(address_node * addr,
/src/contrib/ntp/ntpd/
H A Dntp_parser.c2820 restrict_node *rn; in yyparse()
2833 restrict_node *rn; in yyparse()
2846 restrict_node *rn; in yyparse()
2866 restrict_node *rn; in yyparse()
2886 restrict_node * rn; in yyparse()
2900 restrict_node * rn; in yyparse()
2913 restrict_node * rn; in yyparse()
H A Dntp_config.c276 static void destroy_restrict_node(restrict_node *my_node);
545 restrict_node *rest_node; in dump_config_tree()
1604 restrict_node *
1615 restrict_node *my_node; in create_restrict_node()
1632 restrict_node *my_node in destroy_restrict_node()
1728 restrict_node * rn; in destroy_restrict_fifo()
2637 restrict_node * my_node; in config_access()
/src/contrib/ntp/
H A DCommitLog2400 Expand restrict_node in syntax tree to allow delrestrict in ntp.conf