/freebsd-src/sys/netinet/ |
H A D | sctp_cc_functions.c | 61 sctp_enforce_cwnd_limit(struct sctp_association *assoc, struct sctp_nets *net) in sctp_enforce_cwnd_limit() argument 64 (net->cwnd > assoc->max_cwnd) && in sctp_enforce_cwnd_limit() 65 (net->cwnd > (net->mtu - sizeof(struct sctphdr)))) { in sctp_enforce_cwnd_limit() 66 net->cwnd = assoc->max_cwnd; in sctp_enforce_cwnd_limit() 67 if (net->cwnd < (net->mtu - sizeof(struct sctphdr))) { in sctp_enforce_cwnd_limit() 68 net->cwnd = net->mtu - sizeof(struct sctphdr); in sctp_enforce_cwnd_limit() 74 sctp_set_initial_cc_param(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_set_initial_cc_param() argument 83 net->cwnd = min((net->mtu * 4), max((2 * net->mtu), SCTP_INITIAL_CWND)); in sctp_set_initial_cc_param() 91 net->cwnd = (net->mtu - sizeof(struct sctphdr)) * cwnd_in_mtu; in sctp_set_initial_cc_param() 96 net->cwnd /= assoc->numnets; in sctp_set_initial_cc_param() [all …]
|
H A D | sctp_timer.c | 87 struct sctp_nets *net, uint16_t threshold) in sctp_threshold_management() argument 92 if (net != NULL) { in sctp_threshold_management() 93 net->error_count++; in sctp_threshold_management() 95 (void *)net, net->error_count, in sctp_threshold_management() 96 net->failure_threshold); in sctp_threshold_management() 97 if (net->error_count > net->failure_threshold) { in sctp_threshold_management() 99 if (net->dest_state & SCTP_ADDR_REACHABLE) { in sctp_threshold_management() 100 net->dest_state &= ~SCTP_ADDR_REACHABLE; in sctp_threshold_management() 101 net->dest_state &= ~SCTP_ADDR_REQ_PRIMARY; in sctp_threshold_management() 102 net->dest_state &= ~SCTP_ADDR_PF; in sctp_threshold_management() [all …]
|
H A D | sctputil.c | 119 rto_logging(struct sctp_nets *net, int from) in rto_logging() argument 125 sctp_clog.x.rto.net = (void *)net; in rto_logging() 126 sctp_clog.x.rto.rtt = net->rtt / 1000; in rto_logging() 312 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) in sctp_log_cwnd() argument 317 sctp_clog.x.cwnd.net = net; in sctp_log_cwnd() 327 if (net) { in sctp_log_cwnd() 328 sctp_clog.x.cwnd.cwnd_new_value = net->cwnd; in sctp_log_cwnd() 329 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd() 330 sctp_clog.x.cwnd.pseudo_cumack = net->pseudo_cumack; in sctp_log_cwnd() 331 sctp_clog.x.cwnd.meets_pseudo_cumack = net->new_pseudo_cumack; in sctp_log_cwnd() [all …]
|
/freebsd-src/contrib/unbound/testdata/ |
H A D | val_dnameqtype_qmin.rpl |
|
H A D | val_cnameqtype_qmin.rpl |
|
H A D | val_dnameqtype.rpl |
|
H A D | iter_dname_ttl.rpl |
|
H A D | ttl_max_negative.rpl |
|
H A D | ttl_min_negative.rpl |
|
H A D | iter_failreply.rpl |
|
/freebsd-src/contrib/netbsd-tests/ipf/regress/ |
H A D | p6.whois | 3 # http://ws.arin.net/whois for help in refining your query. 23 Microsoft Corp MICROSOFT (NET-131-107-0-0-1) 131.107.0.0 - 131.107.255.255 24 Microsoft Corp MICROSOFT-VEXCEL (NET-192-92-90-0-1) 192.92.90.0 - 192.92.90.255 25 Microsoft Corp NETBLK-MSOFT-NET (NET-198-105-232-0-1) 198.105.232.0 - 198.105.235.255 26 Microsoft Corp MICROSOFT19-NET58 (NET-204-231-58-0-1) 204.231.58.0 - 204.231.58.255 27 Microsoft Corp MICROSOFT15 (NET-204-140-77-0-1) 204.140.77.0 - 204.140.77.255 28 Microsoft Corp MICROSOFT16 (NET-204-140-80-0-1) 204.140.80.0 - 204.140.83.255 29 Microsoft Corp MICROSOFT-CORP-MSN-1 (NET-199-60-28-0-1) 199.60.28.0 - 199.60.28.255 30 Microsoft Corp MICROSOFT-1 (NET-199-103-90-0-1) 199.103.90.0 - 199.103.91.255 31 Microsoft Corp MICROSOFT-CORP-MSN-3 (NET-199-103-122-0-1) 199.103.122.0 - 199.103.122.255 [all …]
|
/freebsd-src/contrib/dialog/package/debian/ |
H A D | changelog | 5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 13 Jan 2021 19:58:21 -0500 11 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 11 Jan 2021 03:53:05 -0500 17 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 26 Jul 2020 11:17:16 -0400 23 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 19 Mar 2020 05:02:12 -0400 29 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Feb 2020 20:31:15 -0500 35 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 31 Dec 2019 15:37:41 -0500 41 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 10 Dec 2019 17:19:19 -0500 47 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 09 Dec 2019 04:14:47 -0500 53 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 10 Nov 2019 17:48:23 -0500 59 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 25 Sep 2019 04:37:53 -0400 [all …]
|
/freebsd-src/contrib/bmake/mk/ |
H A D | ChangeLog | 1 2024-06-22 Simon J Gerraty <sjg@beast.crufty.net> 9 2024-05-31 Simon J Gerraty <sjg@beast.crufty.net> 14 2024-05-04 Simon J Gerraty <sjg@beast.crufty.net> 21 2024-04-24 Simon J Gerraty <sjg@beast.crufty.net> 25 2024-04-18 Simon J Gerraty <sjg@beast.crufty.net> 33 2024-04-09 Simon J Gerraty <sjg@beast.crufty.net> 51 2024-03-19 Simon J Gerraty <sjg@beast.crufty.net> 57 2024-03-09 Simon J Gerraty <sjg@beast.crufty.net> 64 2024-02-20 Simon J Gerraty <sjg@beast.crufty.net> 75 2024-02-18 Simon J Gerraty <sjg@beast.crufty.net> [all …]
|
/freebsd-src/contrib/tcpdump/ |
H A D | CREDITS | 6 Guy Harris <gharris at sonic dot net> 10 Aaron Campbell <aaron at arbor dot net> 11 ABHIMANYU <agupta07 at sourceforge dot net> 12 A Costa <agcosta at gis dot net> 17 Alexandra Kossovsky <alexandra1975 at sourceforge dot net> 23 Ananth Suryanarayana <anantha at juniper dot net> 27 Andrew Brown <atatat at atatdot dot net> 28 Andrew Church <andrew at users dot sourceforge dot net> 30 Andrew Hintz <adhintz at users dot sourceforge dot net> 34 Andy Heffernan <ahh at juniper dot net> [all...] |
/freebsd-src/tools/build/test-includes/ |
H A D | badfiles.inc | 143 net/bpf.h \ 144 net/bpf_buffer.h \ 145 net/bpf_jitter.h \ 146 net/bpf_zerocopy.h \ 147 net/bpfdesc.h \ 148 net/debugnet_int.h \ 149 net/firewire.h \ 150 net/if_arp.h \ 151 net/if_dl.h \ 152 net/if_en [all...] |
/freebsd-src/contrib/bmake/ |
H A D | ChangeLog | 1 2024-07-13 Simon J Gerraty <sjg@beast.crufty.net> 7 2024-07-12 Simon J Gerraty <sjg@beast.crufty.net> 20 2024-07-11 Simon J Gerraty <sjg@beast.crufty.net> 29 2024-07-09 Simon J Gerraty <sjg@beast.crufty.net> 36 2024-07-07 Simon J Gerraty <sjg@beast.crufty.net> 46 2024-07-06 Simon J Gerraty <sjg@beast.crufty.net> 57 2024-07-04 Simon J Gerraty <sjg@beast.crufty.net> 66 2024-07-01 Simon J Gerraty <sjg@beast.crufty.net> 72 2024-06-30 Simon J Gerraty <sjg@beast.crufty.net> 84 2024-06-25 Simon J Gerraty <sjg@beast.crufty.net> [all...] |
/freebsd-src/libexec/rc/rc.d/ |
H A D | netoptions | 43 ${SYSCTL} net.inet.tcp.log_in_vain=${log_in_vain} >/dev/null 44 ${SYSCTL} net.inet.udp.log_in_vain=${log_in_vain} >/dev/null 47 ${SYSCTL} net.inet.tcp.log_in_vain=0 >/dev/null 48 ${SYSCTL} net.inet.udp.log_in_vain=0 >/dev/null 53 ${SYSCTL} net.inet.tcp.rfc1323=1 >/dev/null 57 ${SYSCTL} net.inet.tcp.rfc1323=0 >/dev/null 61 ${SYSCTL} net.inet.tcp.always_keepalive=1 >/dev/null 65 ${SYSCTL} net.inet.tcp.always_keepalive=0 >/dev/null 71 ${SYSCTL} net.inet.tcp.drop_synfin=1 >/dev/null 73 ${SYSCTL} net.inet.tcp.drop_synfin=0 >/dev/null [all …]
|
/freebsd-src/contrib/libpcap/ |
H A D | CREDITS | 6 Guy Harris <gharris at sonic dot net> 21 Alon Bar-Lev <alonbl at sourceforge dot net> 24 Andrew Brown <atatat at atatdot dot net> 25 <andy-1 at sourceforge dot net> 31 Arien Vijn <arienvijn at sourceforge dot net> 48 Chris Lightfoot <cwrl at users dot sourceforge dot net> 63 Dave Barach <dave at barachs dot net> 70 dhruv <rsrivat at sourceforge dot net> 75 dzejarczech <dzejarczech at sourceforge dot net> 77 Edward Sheldrake <ejs1920 at sourceforge dot net> [all...] |
/freebsd-src/contrib/flex/ |
H A D | ChangeLog | 21 2017-05-04 viktor.shepel <shepelvictor@bigmir.net> 1535 2015-11-13 lukeallardyce <lukeallardyce@users.sourceforge.net> 2721 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net> 2725 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net> 2751 2012-08-06 Elias Pipping <pipping@users.sourceforge.net> 2768 2012-08-04 nomis52 <nomis52@users.sourceforge.net> 2812 2012-07-29 Will Estes <wlestes@users.sourceforge.net> 2873 2012-07-23 Will Estes <wlestes@users.sourceforge.net> 2879 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 2886 2012-07-22 Will Estes <wlestes@users.sourceforge.net> [all …]
|
/freebsd-src/share/man/man4/ |
H A D | tcp_rack.4 | 62 .Va net.inet.tcp.rack 67 .It Va net.inet.tcp.rack.misc 69 .It Va net.inet.tcp.rack.features 71 .It Va net.inet.tcp.rack.measure 73 .It Va net.inet.tcp.rack.timers 75 .It Va net.inet.tcp.rack.tlp 77 .It Va net.inet.tcp.rack.timely 79 .It Va net.inet.tcp.rack.hdwr_pacing 81 .It Va net.inet.tcp.rack.pacing 83 .It Va net.inet.tcp.rack.tp [all …]
|
H A D | ipsec.4 | 90 .Bl -column net.inet6.ipsec6.filtertunnel default enable 92 .It "net.inet.ipsec.filtertunnel 0 1" 93 .It "net.inet6.ipsec6.filtertunnel 0 1" 186 .Bl -column net.inet6.ipsec6.esp_trans_deflev integerxxx 188 .It "net.inet.ipsec.esp_trans_deflev integer yes" 189 .It "net.inet.ipsec.esp_net_deflev integer yes" 190 .It "net.inet.ipsec.ah_trans_deflev integer yes" 191 .It "net.inet.ipsec.ah_net_deflev integer yes" 192 .It "net.inet6.ipsec6.esp_trans_deflev integer yes" 193 .It "net [all...] |
/freebsd-src/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 1245 net.inet.accf.unloadable 1248 net.inet.icmp.bmcastecho 1251 net.inet.icmp.drop_redirect 1254 net.inet.icmp.icmplim 1257 net.inet.icmp.icmplim_output 1260 net.inet.icmp.log_redirect 1263 net.inet.icmp.maskfake 1266 net.inet.icmp.maskrepl 1269 net.inet.ip.accept_sourceroute 1275 net.inet.ip.check_interface [all …]
|
/freebsd-src/stand/efi/libefi/ |
H A D | efinet.c | 29 #include <net/ethernet.h> 34 #include <net.h> 110 EFI_SIMPLE_NETWORK *net; in efinet_probe() local 120 status = BS->OpenProtocol(h, &sn_guid, (void **)&net, in efinet_probe() 136 EFI_SIMPLE_NETWORK *net; in efinet_put() local 140 net = nif->nif_devdata; in efinet_put() 141 if (net == NULL) in efinet_put() 144 status = net->Transmit(net, 0, len, pkt, NULL, NULL, NULL); in efinet_put() 151 status = net->GetStatus(net, NULL, &buf); in efinet_put() 166 EFI_SIMPLE_NETWORK *net; in efinet_get() local [all …]
|
/freebsd-src/contrib/ldns/drill/ |
H A D | root.c | 27 …(void)ldns_rr_new_frm_str(&r, "A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4", 0, NULL, N… in init_root() 29 …(void)ldns_rr_new_frm_str(&r, "A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30", 0… in init_root() 31 …(void)ldns_rr_new_frm_str(&r, "B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201", 0, NUL… in init_root() 33 …(void)ldns_rr_new_frm_str(&r, "C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12", 0, NULL, … in init_root() 35 …(void)ldns_rr_new_frm_str(&r, "D.ROOT-SERVERS.NET. 3600000 A 128.8.10.90", 0, NULL, … in init_root() 37 …(void)ldns_rr_new_frm_str(&r, "E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10", 0, NUL… in init_root() 39 …(void)ldns_rr_new_frm_str(&r, "F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241", 0, NULL, … in init_root() 41 …(void)ldns_rr_new_frm_str(&r, "F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2F::F", 0, NUL… in init_root() 43 …(void)ldns_rr_new_frm_str(&r, "G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4", 0, NULL,… in init_root() 45 …(void)ldns_rr_new_frm_str(&r, "H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53", 0, NULL, … in init_root() [all …]
|
/freebsd-src/contrib/ntp/ntpsnmpd/ |
H A D | ntp_snmp.h | 2 * ntp_snmp.h -- common net-snmp header includes and workaround 4 * net-snmp and NTP. 10 * net-snmp/net-snmp-config.h. 13 #include <net-snmp/net-snmp-config.h> 14 #include <net-snmp/net-snmp-includes.h> 15 #include <net-snmp/agent/net-snmp-agent-includes.h>
|