/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | ntptrap | 1 #!/local/bin/perl --*-perl-*- 8 ;# Rainer Pruy Friedrich-Alexander Universitaet Erlangen-Nuernberg 15 select((select(STDERR),$|=1)[$[]); 48 die("usage: $0 [-p <port>] [-l <logfile>] [host] ...\n"); 52 &Getopts if 0; # make -w happy 56 $opt_p = 0 # port to use locally - (0 does mean: will be chosen by kernel) 63 $DEBUGFILE="&STDERR" if $DEBUGFILE eq '-'; 66 select((select(DEBUG),$|=1)[$[]); 150 warn "$0: unknown host \"$_\" - ignored\n"; 177 grep(&debug(" - ".$_),keys(%Host)); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/arm,coresight-ct [all...] |
H A D | coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 38 indicate this feature (arm,coresight-cti-v8-arch). 53 constants defined in <dt-bindings/arm/coresight-cti-dt.h> 60 Note that some hardware trigger signals can be connected to non-CoreSight 64 - Mike Leach <mike.leach@linaro.org> 67 - $ref: /schemas/arm/primecell.yaml# 69 # Need a custom select here or 'arm,primecell' will match on lots of nodes [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jef [all...] |
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
/freebsd/usr.sbin/ntp/doc/ |
H A D | Makefile | 9 FILES= access.html accopt.html assoc.html audio.html authentic.html \ 15 miscopt.html monopt.html msyslog.html ntp-keygen.html ntp-wait.html \ 20 rdebug.html refclock.html release.html select.html sitemap.html \ 25 MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8 28 CLEANFILES+= ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8 30 SUFFIXES8= .1ntp-keygenmdoc \ 43 sed '/^\.Dt /s/1[a-z-][a-z-]*/8/' ${.ALLSRC} > ${.TARGET} 50 ntp-keygen.8: ntp-keygen.1ntp-keygenmdoc
|
/freebsd/contrib/ncurses/progs/ |
H A D | infocmp.c | 2 * Copyright 2020-2022,2023 Thomas E. Dickey * 3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. * 31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 33 * and: Thomas E. Dickey 1996-on * 37 * infocmp.c -- decompile an entry, or compare two entries 64 static bool limited = TRUE; /* "-r" option is not set */ 84 #define C_USEALL 4 /* generate relative use-form entry */ 133 while (--limit > 0) { in canonical_name() 216 * be 'each capability gets the first non-default value found in use_predicate() 225 if (idx < NUM_BOOLEANS(&(ep->tterm)) in use_predicate() [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp_timer.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2001-2007, 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. 60 asoc->sent_queue_retran_cnt, in sctp_audit_retranmission_queue() 61 asoc->sent_queue_cnt); in sctp_audit_retranmission_queue() 62 asoc->sent_queue_retran_cnt = 0; in sctp_audit_retranmission_queue() 63 asoc->sent_queue_cnt = 0; in sctp_audit_retranmission_queue() 64 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_audit_retranmission_queue() [all …]
|
H A D | sctp.h | 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. 43 * SCTP protocol - RFC4960. 75 * read-write options 108 /* assoc level context */ 132 * read-only options 157 * since both TCP and peeled off sockets have only one assoc per socket this [all …]
|
H A D | sctp_pcb.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. 85 spcb->ep_count = SCTP_BASE_INFO(ipi_count_ep); in sctp_fill_pcbinfo() 86 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc); in sctp_fill_pcbinfo() 87 spcb->laddr_count = SCTP_BASE_INFO(ipi_count_laddr); in sctp_fill_pcbinfo() 88 spcb->raddr_count = SCTP_BASE_INFO(ipi_count_raddr); in sctp_fill_pcbinfo() 89 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk); in sctp_fill_pcbinfo() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-filter.manmisc.in | 21 .TH PCAP-FILTER @MAN_MISC_INFO@ "13 June 2023" 23 pcap-filter \- packet filter syntax 54 E.g., `\fBhost\fP foo', `\fBnet\fP 128.3', `\fBport\fP 20', `\fBportrange\fP 6000-6008'. 75 E.g., `\fBsrc\fP foo', `\fBdst net\fP 128.3', `\fBsrc or dst port\fP ftp-data'. 106 `\fBudp portrange\fP 7000-7009', `\fBwlan addr2\fP 0:2:3:4:5:6'. 117 network interface''. FDDI headers contain Ethernet-like source 118 and destination addresses, and often contain Ethernet-like packet 146 E.g., `\fBhost\fP foo \fBand not port\fP ftp \fBand not port\fP ftp-data'. 149 `\fBtcp dst port\fP ftp \fBor\fP ftp-data \fBor\fP domain' is exactly the same as 150 `\fBtcp dst port\fP ftp \fBor tcp dst port\fP ftp-data \fBor tcp dst port\fP domain'. [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | defconfig | 27 #CFLAGS += -I$<path to libnl include files> 28 #LIBS += -L$<path to libnl library files> 39 #CFLAGS += -I/usr/local/include 40 #LIBS += -L/usr/local/lib 41 #LIBS_p += -L/usr/local/lib 42 #LIBS_c += -L/usr/local/lib 47 # WPA2/IEEE 802.11i RSN pre-authentication 56 # EAP Re-authentication Protocol (ERP) in integrated EAP server 59 # EAP-MD5 for the integrated EAP server 62 # EAP-TLS for the integrated EAP server [all …]
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2005-2006 Sam Leffler, Errno Consulting 33 /*- 266 for (ident = iwi_ident_table; ident->name != NULL; ident++) { in iwi_probe() 267 if (pci_get_vendor(dev) == ident->vendor && in iwi_probe() 268 pci_get_device(dev) == ident->device) { in iwi_probe() 269 device_set_desc(dev, ident->name); in iwi_probe() 280 struct ieee80211com *ic = &sc->sc_ic; in iwi_attach() 284 sc->sc_dev = dev; in iwi_attach() [all …]
|
/freebsd/tools/tools/net80211/w00t/ap/ |
H A D | ap.c | 1 /*- 27 #include <sys/select.h> 79 "-h\thelp\n" in usage() 80 "-i\t<iface>\n" in usage() 81 "-s\t<ssid>\n" in usage() 82 "-m\t<mac>\n" in usage() 83 "-w\t<wep key>\n" in usage() 84 "-c\t<chan>\n" in usage() 85 "-t\t<tap>\n" in usage() 94 wh->i_dur[0] = 0x69; in fill_basic() [all …]
|
/freebsd/tools/tools/net80211/w00t/assoc/ |
H A D | assoc.c | 1 /*- 72 "-m\t<source mac>\n" in usage() 73 "-s\t<ssid>\n" in usage() 74 "-h\tusage\n" in usage() 75 "-i\t<iface>\n" in usage() 76 "-w\t<wep key>\n" in usage() 77 "-t\t<tap>\n" in usage() 78 "-b\t<bssid>\n" in usage() 87 wh->i_dur[0] = 0x69; in fill_basic() 88 wh->i_dur[1] = 0x00; in fill_basic() [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | discover.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 14 <!-- #BeginDate format:En2m -->10-Mar-2014 05:04<!-- #EndDate --> 22 <li class="inline"><a href="#assoc">Association Management</a></li> 29 …st/multicast and many cast schemes utilize the ubiquitous broadcast or one-to-many paradigm native… 30 <p> All three schemes work in much the same way and might be described as <i>grab-n'-prune.</i> Thr… 31 <h4 id="assoc">Association Management</h4> 33 …ilter to select just those servers with stratum considered useful. This can avoid large numbers of… 38 …-to-live by default 127. These defaults can be overridden by the <tt>minpoll</tt> and <tt>ttl</tt>… 39 …-only mode and sends no further messages. If for some reason the broadcast server does not respond… [all …]
|
H A D | release.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 14 <!-- #BeginDate format:En1m -->3-Oc [all...] |
H A D | refclock.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->10-Mar-2014 05:20<!-- #EndDate --> 28 …mation on how to support pulse-per-second (PPS) signals produced by some devices is on the <a hre… 30 …select, cluster and combine algorithms. Drivers have addresses in the form 127.127.<i>t.u</i>, w… 32 …ight in the case when the driver is disciplined by a pulse-per-second (PPS) source. The device-dep… 35 … driver be used in this way, as the orphan mode described on the <a href="assoc.html">Association … 37 <p>Several drivers make use of the pulse-per-second (PPS) signal discipline, which is part o… 41 …showing the type and title of each driver currently implemented. The compile-time identifier for e… 63 <li class="inline">Type 21 TrueTime GPS-VME Interface (<tt>GPS_VME</tt>)</li> [all …]
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vnops.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 84 struct vnode *vp = ap->a_vp; in cd9660_setattr() 85 struct vattr *vap = ap->a_vap; in cd9660_setattr() 87 if (vap->va_flags != (u_long)VNOVAL || vap->va_uid != (uid_t)VNOVAL || in cd9660_setattr() 88 vap->va_gid != (gid_t)VNOVAL || vap->va_atime.tv_sec != VNOVAL || in cd9660_setattr() 89 vap->va_mtime.tv_sec != VNOVAL || vap->va_mode != (mode_t)VNOVAL) in cd9660_setattr() 91 if (vap->va_size != (u_quad_t)VNOVAL) { in cd9660_setattr() 92 switch (vp->v_type) { in cd9660_setattr() 113 * The mode is shifted to select the owner/group/other fields. The [all …]
|
/freebsd/tools/tools/net80211/wlaninject/ |
H A D | wlaninject.c | 1 /*- 56 if ((s = socket(PF_INET, SOCK_DGRAM, 0)) == -1) in setup_if() 64 if (ioctl(s, SIOCS80211, &ireq) == -1) in setup_if() 70 if (ioctl(s, SIOCGIFFLAGS, &ifr) == -1) in setup_if() 76 if (ioctl(s, SIOCSIFFLAGS, &ifr) == -1) in setup_if() 94 if (fd != -1) in open_bpf() 99 if (fd == -1) { in open_bpf() 106 if (ioctl(fd, BIOCSETIF, &ifr) == -1) in open_bpf() 109 if (ioctl(fd, BIOCSDLT, &dlt) == -1) in open_bpf() 113 if (ioctl(fd, BIOCIMMEDIATE, &i) == -1) in open_bpf() [all …]
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipwreg.h | 2 /*- 3 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2004-2006 97 #define IPW_STATE_ASSOCIATION_CHANGED 0x0010 /* assoc params changed? */ 99 #define IPW_STATE_PS_ENTER 0x0040 /* entered power-save mode */ 100 #define IPW_STATE_PS_EXIT 0x0080 /* exited power-save mode */ 159 #define IPW_RSSI_TO_DBM (-98) /* XXX fixed nf to convert dBm */ 305 /* EEPROM = Electrically Erasable Programmable Read-Only Memory */ 316 #define IPW_EEPROM_S (1 << 1) /* Chip Select */ 327 bus_space_read_1((sc)->sc_st, (sc)->sc_sh, (reg)) [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210reg.h | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2004 Atheros Communications, Inc. 24 * Processor for IEEE 802.11a 5-GHz Wireless LANs. 72 #define AR_SLOT_TIME 0x8010 /* Length of a back-off */ 98 #define AR_BACKOFF 0x8088 /* Back-off status */ 127 #define AR_CFG_TXFSTRT 0x00010000 /* re-enable TX DMA */ 184 #define AR_IER_DISABLE 0x00000000 /* pseudo-flag */ 190 #define AR_BCR_TQ1FV 0x00000004 /* use TXQ1 for non-beacon */ [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 2 * ntp_proto.c - NTP version 4 protocol machinery 31 # define BDELAY_DEFAULT (-0.050) 38 x.l_ui &= ~((1 << SRVFUZ_SHIFT) - 1U); \ 50 AUTH_UNKNOWN = -1, /* Unknown */ 167 int sys_ceiling = STRATUM_UNSPEC - 1; /* cluster stratum ceiling */ 179 * Statistics counters - first the good, then the bad 196 * The default way is "on-receipt". If this was a packet from a 197 * well-behaved source, on-receipt will offer the fastest recovery. 199 * for a bad-guy to DoS us. So look and see what bites you harder 314 if (rbufp->recv_length == base_packet_length) { in valid_NAK() [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_privsep.c | 2 * WPA Supplicant - privilege separated driver interface 3 * Copyright (c) 2007-2009, Jouni Malinen <j@w1.fi> 34 res = sendto(drv->priv_socket, &cmd, sizeof(cmd), 0, in wpa_priv_reg_cmd() 35 (struct sockaddr *) &drv->priv_addr, in wpa_priv_reg_cmd() 36 sizeof(drv->priv_addr)); in wpa_priv_reg_cmd() 39 return res < 0 ? -1 : 0; in wpa_priv_reg_cmd() 58 msg.msg_name = &drv->priv_addr; in wpa_priv_cmd() 59 msg.msg_namelen = sizeof(drv->priv_addr); in wpa_priv_cmd() 61 if (sendmsg(drv->cmd_socket, &msg, 0) < 0) { in wpa_priv_cmd() 64 return -1; in wpa_priv_cmd() [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 2 * ntp.h - NTP definitions for the masses 21 * Calendar arithmetic - contributed by G. Healton 35 / 4 - ((year - 1) / 100) + ((year - 1) / \ 41 #define ntp0(year) (julian0(year) - julian0(1900)) 46 #define unix0(year) (julian0(year) - julian0(1970)) 49 * LEAP YEAR test for full 4-digit years (e.g, 1999, 2010) 61 * to convert simple two-digit years to tm_year style years: 66 * to convert either two-digi 310 associd_t assoc; /* peer association ID */ global() member [all...] |