Home
last modified time | relevance | path

Searched refs:create_restrict_node (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/ntp/ntpd/
H A Dntp_parser.c2822 …rn = create_restrict_node((yyvsp[-3].Address_node), (yyvsp[-2].Address_node), (yyvsp[-1].Integer),… in yyparse()
2835 rn = create_restrict_node(NULL, NULL, (yyvsp[-1].Integer), (yyvsp[0].Attr_val_fifo), FALSE, in yyparse()
2848 rn = create_restrict_node( in yyparse()
2868 rn = create_restrict_node( in yyparse()
2889 rn = create_restrict_node(NULL, NULL, (yyvsp[-1].Integer), (yyvsp[0].Attr_val_fifo), FALSE, in yyparse()
2902 rn = create_restrict_node((yyvsp[-1].Address_node), (yyvsp[0].Address_node), -1, NULL, TRUE, in yyparse()
2918 rn = create_restrict_node((yyvsp[0].Address_node), NULL, -1, avf, TRUE, in yyparse()
H A Dntp_config.c1605 create_restrict_node( in create_restrict_node() function
/freebsd-src/contrib/ntp/include/
H A Dntp_config.h322 restrict_node *create_restrict_node(address_node * addr,