Searched refs:create_restrict_node (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/ntp/ntpd/ |
H A D | ntp_parser.c | 2822 …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 D | ntp_config.c | 1605 create_restrict_node( in create_restrict_node() function
|
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_config.h | 322 restrict_node *create_restrict_node(address_node * addr,
|