/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | fsl,cpm1-tsa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC CPM Time-slot assigner (TSA) controller 10 - Herve Codina <herve.codina@bootlin.com> 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 14 Its purpose is to route some TDM time-slots to other internal serial 20 - enum: 21 - fsl,mpc885-tsa [all …]
|
H A D | fsl,qe-tsa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-tsa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC QE Time-slot assigner (TSA) controller 10 - Herve Codina <herve.codina@bootlin.com> 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 14 Its purpose is to route some TDM time-slots to other internal serial 20 - enum: 21 - fsl,mpc8321-tsa [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-token.c | 21 * Hacked version of print-ether.c Larry Lile <lile@stdio.com> 23 * Further tweaked to more closely resemble print-fddi.c 31 #include "netdissect-stdinc.h" 69 #define IS_SOURCE_ROUTED(trp) ((trp)->token_shost[0] & 0x80) 70 #define FRAME_TYPE(trp) ((GET_U_1((trp)->token_fc) & 0xC0) >> 6) 73 #define BROADCAST(trp) ((GET_BE_U_2((trp)->token_rcf) & 0xE000) >> 13) 74 #define RIF_LENGTH(trp) ((GET_BE_U_2((trp)->token_rcf) & 0x1f00) >> 8) 75 #define DIRECTION(trp) ((GET_BE_U_2((trp)->token_rcf) & 0x0080) >> 7) 76 #define LARGEST_FRAME(trp) ((GET_BE_U_2((trp)->token_rcf) & 0x0070) >> 4) 77 #define RING_NUMBER(trp, x) ((GET_BE_U_2((trp)->token_rseg[x]) & 0xfff0) >> 4) argument [all …]
|
/freebsd/sbin/routed/ |
H A D | defs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 39 * aggregate routes in the kernel tables. 40 * aggregate advertised routes. 41 * maintain spare routes for faster selection of another gateway 43 * timers on routes with second granularity so that selection 44 * of a new route does not wait 30-60 seconds. 45 * tolerance of static routes. 114 /* Metric used for fake default routes. It ought to be 15, but when 115 * processing advertised routes, previous versions of `routed` added [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 2 * ntp_io.c - input/output routines for ntpd. The socket-opening code 43 #include "ntpd-opts.h" 304 endpt * mc4_list; /* IPv4 mcast-capable unicast endpts */ 305 endpt * mc6_list; /* IPv6 mcast-capable unicast endpts */ 383 for (i = maxactivefd - 1; i >= 0; i--) in maintain_activefds() 410 ? ((rb->dstadr != NULL) 411 ? stoa(&rb->recv_srcad 3286 read_refclock_packet(SOCKET fd,struct refclockio * rp,l_fp ts) global() argument 3361 fetch_timestamp(struct recvbuf * rb,struct msghdr * msghdr,l_fp ts) global() argument 3481 read_network_packet(SOCKET fd,struct interface * itf,l_fp ts) global() argument 3675 l_fp ts; global() local 3794 l_fp ts; /* Timestamp at BOselect() gob */ global() local [all...] |
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 34 /*- 130 [0 ... IPPROTO_MAX - 1] = rip6_input }; 132 [0 ... IPPROTO_MAX - 1] = rip6_ctlinput }; 158 if (error || !req->newptr) in sysctl_netinet6_intr_queue_maxlen() 193 if (error || !req->newpt in sysctl_netinet6_intr_direct_queue_maxlen() 1186 struct timespec ts; ip6_savecontrol_v4() member 1282 IS2292(inp,x,y) ip6_savecontrol_v4() argument [all...] |
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 9 applicable to KAME-integrated *BSD releases, as we have certain amount 11 KAME-integrated *BSD releases. 23 1.4.1 Assignment of link-local, and special addresses 37 1.12.2 KAME/FreeBSD[34]x 38 1.12.2.1 KAME/FreeBSD[34]x, listening side 39 1.12.2.2 KAME/FreeBSD[34]x, initiating side 59 2.1 FreeBSD 2.2.x-RELEASE 60 2.2 BSD/OS 3.x 62 2.4 FreeBSD 3.x-RELEASE 63 2.5 FreeBSD 4.x-RELEASE [all …]
|
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 75 * This framework enables accelerated longest-prefix-match lookups for the 79 * flm - fib lookup modules - implementation of particular lookup algorithm 80 * fd - fib data - instance of an flm bound to specific routing table 86 * 1) nexhops abstraction -> provides transparent referencing, indexing 87 * and efficient idx->ptr mappings for nexthop and nexthop groups. 96 * and its argument. This function will be called with a family-specific lookup key, 97 * scope and provided argument. This array gets re-created every time when new algo 157 struct timeval diverge_time; /* ts when diverged */ [all …]
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 29 * BBR - Congestion Based Congestion Control 159 /* Should the following be dynamic too -- loss wise */ 193 * num-measures > min(0) and 227 /* thresholds for reduction on drain in sub-states/drain */ 265 * means in non-recovery/retransmission scenarios 266 * cwnd will never be reached by the flight-size. 271 static int32_t bbr_sack_not_required = 0; /* set to one to allow non-sack to use bbr */ 292 * - Yuchung Cheng's RACK TCP (for which its named) that [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 29 * DTrace - Dynamic Tracing for Solaris 32 * (DTrace). The user-visible interface to DTrace is described at length in 34 * library, the in-kernel DTrace framework, and the DTrace providers are 44 * - Probe context functions 45 * - Probe hashing functions 46 * - Non-probe context utility functions 47 * - Matching functions 48 * - Provider-to-Framework API functions 49 * - Probe management functions 50 * - DIF object functions [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. 5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. 6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. 1868 if ((scope->loopback_scope == 0) && in sctp_is_address_in_scope() 1869 (ifa->ifn_p) && SCTP_IFN_IS_IFT_LOOP(ifa->ifn_p)) { in sctp_is_address_in_scope() 1875 switch (ifa->address.sa.sa_family) { in sctp_is_address_in_scope() 1878 if (scope->ipv4_addr_legal) { in sctp_is_address_in_scope() 1881 sin = &ifa->address.sin; in sctp_is_address_in_scope() [all …]
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 1 divert(-1) 3 # Copyright (c) 1998-2010 Proofpoint, Inc. and its suppliers. 16 VERSIONID(`$Id: proto.m4,v 8.762 2013-11-22 20:51:13 ca Exp $') 20 divert(-1) 37 `ifdef(`_MAILER_uucp', `uucp-new', `unknown')')')') 38 ifdef(`confUUCP_MAILER',, `define(`confUUCP_MAILER', `uucp-old')') 55 ifelse(_ARG_, -1, 61 ifdef(`confMIN_FREE_BLOCKS', `ifelse(index(confMIN_FREE_BLOCKS, /), -1,, 87 # override file safeties - setting this option compromises system security, 94 _OPTION(LDAPDefaultSpec, `confLDAP_DEFAULT_SPEC', `-h localhost') [all …]
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |