Searched refs:networks (Results 1 – 25 of 38) sorted by relevance
12
| /openbsd/src/usr.sbin/bgpd/ |
| D | config.c | 57 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()
|
| D | bgpd.c | 616 expand_networks(conf, &conf->networks); in send_config() 675 kr_net_reload(conf->default_tableid, 0, &conf->networks); in send_config()
|
| D | bgpd.h | 320 struct network_head networks; member
|
| D | printconf.c | 1294 TAILQ_FOREACH(n, &conf->networks, entry) in print_config()
|
| D | parse.y | 1640 netconf = &conf->networks; 4128 netconf = &conf->networks; in parse_config()
|
| /openbsd/src/regress/usr.sbin/bgpd/integrationtests/ |
| D | maxprefixout.sh | 80 echo test1: add two networks 112 echo test2: add three networks
|
| D | maxprefix.sh | 79 echo test1: add two networks 110 echo test2: add three networks
|
| D | l3vpn.sh | 97 echo Check initial networks
|
| /openbsd/src/regress/sbin/pfctl/ |
| D | pfr3.in | 1 # basic manipulation of IPv4 networks
|
| D | pfr6.in | 1 # negated addresses and networks
|
| /openbsd/src/regress/usr.sbin/bgpd/config/ |
| D | bgpd.conf.7.in | 47 # list of networks that may be originated by our ASN
|
| /openbsd/src/regress/lib/libc/asr/ |
| D | regress.subr | 68 cp /etc/networks "${ROOTDIR}/etc/"
|
| /openbsd/src/etc/mail/ |
| D | aliases | 5 # Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
|
| /openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/t/ |
| D | 200_ping_tcp.t | 28 # connection to remote networks, but you still want the tests
|
| D | 410_syn_host.t | 30 # connection to remote networks, but you still want the tests
|
| D | 420_ping_syn_port.t | 30 # connection to remote networks, but you still want the tests
|
| D | 400_ping_syn.t | 29 # connection to remote networks, but you still want the tests
|
| /openbsd/src/usr.sbin/ldapd/schema/ |
| D | nis.schema | 212 attribute denotes the networks canonical name'
|
| /openbsd/src/share/snmp/ |
| D | IANAifType-MIB.txt | 533 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/ |
| D | sniffer | 380 # Windows program, that scans for 802.11b networks.
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | config_h.SH | 1656 * available to look up networks by their IP addresses. 1662 * available to look up networks by their names.
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | LibFuzzer.rst | 835 * `QEMU <https://researchcenter.paloaltonetworks.com/2017/09/unit42-palo-alto-networks-discovers-ne…
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | TODO | 510 one is the most tolerant of flaky networks; if checkins happen at each
|
| D | NEWS | 378 this makes the system robust when used over flaky networks.
|
| /openbsd/src/gnu/usr.bin/perl/plan9/ |
| D | config_h.sample | 1484 * available to look up networks by their IP addresses. 1490 * available to look up networks by their names.
|
12