Home
last modified time | relevance | path

Searched refs:networks (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/src/usr.sbin/bgpd/
Dconfig.c57 TAILQ_INIT(&conf->networks); in new_config()
103 free_networks(struct network_head *networks) in free_networks() argument
107 while ((n = TAILQ_FIRST(networks)) != NULL) { in free_networks()
108 TAILQ_REMOVE(networks, n, entry); in free_networks()
263 free_networks(&conf->networks); in free_config()
366 free_networks(&xconf->networks); in merge_config()
367 TAILQ_CONCAT(&xconf->networks, &conf->networks, entry); in merge_config()
Dbgpd.c616 expand_networks(conf, &conf->networks); in send_config()
675 kr_net_reload(conf->default_tableid, 0, &conf->networks); in send_config()
Dbgpd.h320 struct network_head networks; member
Dprintconf.c1294 TAILQ_FOREACH(n, &conf->networks, entry) in print_config()
Dparse.y1640 netconf = &conf->networks;
4128 netconf = &conf->networks; in parse_config()
/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dmaxprefixout.sh80 echo test1: add two networks
112 echo test2: add three networks
Dmaxprefix.sh79 echo test1: add two networks
110 echo test2: add three networks
Dl3vpn.sh97 echo Check initial networks
/openbsd/src/regress/sbin/pfctl/
Dpfr3.in1 # basic manipulation of IPv4 networks
Dpfr6.in1 # negated addresses and networks
/openbsd/src/regress/usr.sbin/bgpd/config/
Dbgpd.conf.7.in47 # list of networks that may be originated by our ASN
/openbsd/src/regress/lib/libc/asr/
Dregress.subr68 cp /etc/networks "${ROOTDIR}/etc/"
/openbsd/src/etc/mail/
Daliases5 # Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
/openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/t/
D200_ping_tcp.t28 # connection to remote networks, but you still want the tests
D410_syn_host.t30 # connection to remote networks, but you still want the tests
D420_ping_syn_port.t30 # connection to remote networks, but you still want the tests
D400_ping_syn.t29 # connection to remote networks, but you still want the tests
/openbsd/src/usr.sbin/ldapd/schema/
Dnis.schema212 attribute denotes the networks canonical name'
/openbsd/src/share/snmp/
DIANAifType-MIB.txt533 ip (126), -- IP (for APPN HPR in IP networks)
663 … gpon (250), -- Gigabit-capable passive optical networks (G-PON) as per ITU-T G.984
741 tunnels of any type over IPv4 and IPv6 networks;
/openbsd/src/usr.bin/file/magdir/
Dsniffer380 # Windows program, that scans for 802.11b networks.
/openbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH1656 * available to look up networks by their IP addresses.
1662 * available to look up networks by their names.
/openbsd/src/gnu/llvm/llvm/docs/
DLibFuzzer.rst835 * `QEMU <https://researchcenter.paloaltonetworks.com/2017/09/unit42-palo-alto-networks-discovers-ne…
/openbsd/src/gnu/usr.bin/cvs/
DTODO510 one is the most tolerant of flaky networks; if checkins happen at each
DNEWS378 this makes the system robust when used over flaky networks.
/openbsd/src/gnu/usr.bin/perl/plan9/
Dconfig_h.sample1484 * available to look up networks by their IP addresses.
1490 * available to look up networks by their names.

12