Home
last modified time | relevance | path

Searched refs:outgoing_interface (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Doptions.c879 p->outgoing_interface = 0; in pattern_options_create()
979 acl_list_delete(opt->region, p->outgoing_interface); in pattern_options_remove()
1133 orig->outgoing_interface = copy_acl_list(opt, in pattern_options_add_modify()
1134 p->outgoing_interface); in pattern_options_add_modify()
1152 copy_changed_acl(opt, &orig->outgoing_interface, in pattern_options_add_modify()
1153 p->outgoing_interface); in pattern_options_add_modify()
1210 if(!acl_list_equal(p->outgoing_interface, q->outgoing_interface)) in pattern_options_equal()
1448 marshal_acl_list(b, p->outgoing_interface); in pattern_options_marshal()
1498 p->outgoing_interface = unmarshal_acl_list(r, b); in pattern_options_unmarshal()
2399 copy_and_append_acls(&dest->outgoing_interface, pat->outgoing_interface); in config_apply_pattern()
H A Dnsd-checkconf.c346 ZONE_GET_OUTGOING(outgoing_interface, o, zone->pattern); in config_print_zone()
383 ZONE_GET_OUTGOING(outgoing_interface, o, p); in config_print_zone()
535 print_acl_ips("outgoing-interface:", pat->outgoing_interface); in print_zone_content_elems()
H A Doptions.h269 struct acl_options* outgoing_interface; member
H A Dxfrd-notify.c301 zone->options->pattern->outgoing_interface); in xfrd_notify_send_udp()
H A Dconfigparser.y967 append_acl(&cfg_parser->pattern->outgoing_interface, acl);
H A Dxfrd-tcp.c860 outgoing_interface, zone->master, 1)) { in xfrd_tcp_open()
H A Dconfigparser.c2787 append_acl(&cfg_parser->pattern->outgoing_interface, acl); in yyparse()
H A Dxfrd.c1757 zone->zone_options->pattern->outgoing_interface)) == -1) in xfrd_send_ixfr_request_udp()