Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Doptions.c1064 p->outgoing_interface = 0; in pattern_options_create()
1167 acl_list_delete(opt->region, p->outgoing_interface); in pattern_options_remove()
1331 orig->outgoing_interface = copy_acl_list(opt, in pattern_options_add_modify()
1332 p->outgoing_interface); in pattern_options_add_modify()
1350 copy_changed_acl(opt, &orig->outgoing_interface, in pattern_options_add_modify()
1351 p->outgoing_interface); in pattern_options_add_modify()
1408 if(!acl_list_equal(p->outgoing_interface, q->outgoing_interface)) in pattern_options_equal()
1659 marshal_acl_list(b, p->outgoing_interface); in pattern_options_marshal()
1713 p->outgoing_interface = unmarshal_acl_list(r, b); in pattern_options_unmarshal()
2630 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.h273 struct acl_options* outgoing_interface; member
H A Dxfrd-notify.c301 zone->options->pattern->outgoing_interface); in xfrd_notify_send_udp()
H A Dconfigparser.y975 append_acl(&cfg_parser->pattern->outgoing_interface, acl);
H A Dxfrd-tcp.c860 outgoing_interface, zone->master, 1)) { in xfrd_tcp_open()
H A Dxfrd.c1911 zone->zone_options->pattern->outgoing_interface)) == -1) in xfrd_send_ixfr_request_udp()