/freebsd/tools/tools/crypto/ |
H A D | ipsecstats.c | 89 struct ipsecstat ips; in main() local 95 slen = sizeof (ips); in main() 96 if (sysctlbyname("net.inet.ipsec.ipsecstats", &ips, &slen, NULL, 0) < 0) in main() 163 if (ips.ips_in_polvio+ips.ips_out_polvio) in main() 165 (uintmax_t)ips.ips_in_polvio, in main() 166 (uintmax_t)ips.ips_out_polvio); in main() 167 STAT(ips.ips_out_nosa, "no SA found %ju (output)"); in main() 168 STAT(ips.ips_out_nomem, "no memory available %ju (output)"); in main() 169 STAT(ips.ips_out_noroute, "no route available %ju (output)"); in main() 170 STAT(ips.ips_out_inval, "generic error %ju (output)"); in main() [all …]
|
/freebsd/sbin/ipf/ipfs/ |
H A D | ipfs.c | 89 ipstate_save_t ips; in changestateif() local 99 if (nlen >= sizeof(ips.ips_is.is_ifname) || in changestateif() 100 olen >= sizeof(ips.ips_is.is_ifname)) in changestateif() 109 for (pos = 0; read(fd, &ips, sizeof(ips)) == sizeof(ips); ) { in changestateif() 111 if (!strncmp(ips.ips_is.is_ifname[0], ifs, olen + 1)) { in changestateif() 112 strcpy(ips.ips_is.is_ifname[0], s); in changestateif() 115 if (!strncmp(ips.ips_is.is_ifname[1], ifs, olen + 1)) { in changestateif() 116 strcpy(ips.ips_is.is_ifname[1], s); in changestateif() 119 if (!strncmp(ips.ips_is.is_ifname[2], ifs, olen + 1)) { in changestateif() 120 strcpy(ips.ips_is.is_ifname[2], s); in changestateif() [all …]
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_sync.c | 345 /* ips(IO) - pointer to data to be converted. */ 351 ipf_sync_storder(int way, ipstate_t *ips) in ipf_sync_storder() argument 353 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[0]); in ipf_sync_storder() 354 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[1]); in ipf_sync_storder() 357 ips->is_hv = htonl(ips->is_hv); in ipf_sync_storder() 358 ips->is_die = htonl(ips->is_die); in ipf_sync_storder() 359 ips->is_pass = htonl(ips->is_pass); in ipf_sync_storder() 360 ips->is_flags = htonl(ips->is_flags); in ipf_sync_storder() 361 ips->is_opt[0] = htonl(ips->is_opt[0]); in ipf_sync_storder() 362 ips->is_opt[1] = htonl(ips->is_opt[1]); in ipf_sync_storder() [all …]
|
/freebsd/sys/modules/ips/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/ips 2 KMOD = ips 3 SRCS = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \ 9 CWARNFLAGS.ips.c= ${NO_WSOMETIMES_UNINITIALIZED}
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | axp20x.txt | 117 LDO_IO0 : LDO : ips-supply : GPIO 0 118 LDO_IO1 : LDO : ips-supply : GPIO 1 119 RTC_LDO : LDO : ips-supply : always on 145 LDO_IO0 : LDO : ips-supply : GPIO 0 146 LDO_IO1 : LDO : ips-supply : GPIO 1 147 RTC_LDO : LDO : ips-supply : always on 193 LDO_IO0 : LDO : ips-supply : GPIO 0 194 LDO_IO1 : LDO : ips-supply : GPIO 1 195 RTC_LDO : LDO : ips-supply : always on 222 LDO_IO0 : LDO : ips-supply : GPIO 0 [all …]
|
/freebsd/sys/dev/ips/ |
H A D | ips_commands.c | 31 #include <dev/ips/ipsreg.h> 32 #include <dev/ips/ips.h> 66 printf("ips: io error, status= 0x%x\n", command->status.value); in ips_io_request_finish() 84 printf("ips: error = %d in ips_sg_request_callback\n", error); in ips_io_request_callback() 131 PRINTF(10, "ips test: command id: %d segments: %d " in ips_io_request_callback() 144 PRINTF(10, "ips test: : bcount %ld\n", iobuf->bio_bcount); in ips_send_io_request() 180 printf("ips: error = %d in ips_get_adapter_info\n", error); in ips_adapter_info_callback() 224 printf("ips: can't alloc dma tag for adapter status\n"); in ips_send_adapter_info_cmd() 281 printf("ips: error = %d in ips_get_drive_info\n", error); in ips_drive_info_callback() 326 printf("ips: can't alloc dma tag for drive status\n"); in ips_send_drive_info_cmd() [all …]
|
H A D | ips_pci.c | 32 #include <dev/ips/ipsreg.h> 33 #include <dev/ips/ips.h> 67 mtx_init(&sc->queue_mtx, "IPS bioqueue lock", NULL, MTX_DEF); in ips_pci_attach() 68 sema_init(&sc->cmd_sema, 0, "IPS Command Semaphore"); in ips_pci_attach() 144 printf("IPS can't establish configuration hook\n"); in ips_pci_attach() 215 "ips", 220 DRIVER_MODULE(ips, pci, ips_pci_driver, 0, 0);
|
H A D | ips_ioctl.c | 31 #include <dev/ips/ipsreg.h> 32 #include <dev/ips/ips.h> 33 #include <dev/ips/ips_ioctl.h> 125 msleep(ioctl_cmd, &sc->queue_mtx, 0, "ips", hz/10); in ips_ioctl_cmd()
|
H A D | ips.c | 36 #include <dev/ips/ipsreg.h> 37 #include <dev/ips/ips.h> 43 MALLOC_DEFINE(M_IPSBUF, "ipsbuf","IPS driver buffer"); 50 .d_name = "ips", 107 PRINTF(10, "ips: in ips_cmd_dmaload\n"); in ips_cmd_dmaload() 143 /* places all ips command structs on the free command queue. No locking as if someone else tries 225 panic("ips: command returned non-zero semaphore"); in ips_insert_free_cmd() 411 S_IRUSR | S_IWUSR, "ips%d", device_get_unit(sc->dev)); in ips_adapter_init() 710 PRINTF(9, "ips: got command %d\n", cmdnumber); in ips_copperhead_intr() 741 printf("ips: cmd polling not implemented for copperhead devices\n"); in ips_copperhead_poll()
|
H A D | ips_disk.c | 31 #include <dev/ips/ipsreg.h> 32 #include <dev/ips/ips.h> 33 #include <dev/ips/ips_disk.h> 62 DRIVER_MODULE(ipsd, ips, ipsd_driver, 0, 0);
|
/freebsd/share/man/man4/ |
H A D | ips.4 | 30 .Nm ips 39 .Cd "device ips" 73 .Va hw.ips.0.disable 106 .It ips%d: failed to get adapter configuration data from device 107 .It ips%d: failed to get drive configuration data from device 110 .It ips%d iobuf error
|
/freebsd/tests/sys/netinet6/ |
H A D | output6.sh | 244 # jailA initiates connections/sends packets towards IPs on jailB loopback. 310 # DST ips/ports to test 311 …ips="d3:c4:eb:40 2b:ff:dd:52 b1:d4:44:0e 41:2c:4d:43 66:4a:b4:be 8b:da:ac:f7 ca:d1:c4:f0 b1:31:da:… 317 for i in ${ips}; do 346 num_ips=`echo ${ips} | wc -w` 372 for _ip in ${ips}; do 451 # DST ips/ports to test 452 …ips="d3:c4:eb:40 2b:ff:dd:52 b1:d4:44:0e 41:2c:4d:43 66:4a:b4:be 8b:da:ac:f7 ca:d1:c4:f0 b1:31:da:… 458 for i in ${ips}; do 488 num_ips=`echo ${ips} | wc -w` [all …]
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.h | 147 * @param ips 148 * Array of IPs to be deleted from the LPM table 158 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths, unsigned n); 189 * @param ips 190 * Array of IPs to be looked up in the LPM table 196 * Number of elements in ips (and next_hops) array to lookup. 202 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE],
|
H A D | rte_lpm.h | 310 * @param ips 311 * Array of IPs to be looked up in the LPM table 319 * Number of elements in ips (and next_hops) array to lookup. This should be a 324 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument 325 rte_lpm_lookup_bulk_func(lpm, ips, next_hops, n) 328 rte_lpm_lookup_bulk_func(const struct rte_lpm *lpm, const uint32_t *ips, in rte_lpm_lookup_bulk_func() argument 336 RTE_LPM_RETURN_IF_TRUE(((lpm == NULL) || (ips == NULL) || in rte_lpm_lookup_bulk_func() 340 tbl24_indexes[i] = ips[i] >> 8; in rte_lpm_lookup_bulk_func() 352 unsigned tbl8_index = (uint8_t)ips[i] + in rte_lpm_lookup_bulk_func() 372 * Four IPs to be looked up in the LPM table
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | samsung,exynos5433-clock.yaml | 35 # UART/I2C/SPI/I2S/PCM/SPDIF/PWM/SLIMBUS IPs 37 # CMU_PERIS which generates clocks for PMU/TMU/MCT/WDT/RTC/SECKEY/TZPC IPs 39 # CMU_FSYS which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs 42 # CMU_DISP which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs 55 # JPEG IPs 59 # CMU_ISP which generates clocks for FIMC-ISP/DRC/SCLC/DIS/3DNR IPs 62 # MIPI_CSIS{0|1}/FIMC_LITE_{A|B|D}/FIMC_3AA{0|1} IPs 65 # Cortex-A5/MIPI_CSIS2/FIMC-LITE_C/FIMC-FD IPs 68 # SlimSSS IPs
|
H A D | exynos5433-clock.txt | 17 which generates clocks for UART/I2C/SPI/I2S/PCM/SPDIF/PWM/SLIMBUS IPs. 19 which generates clocks for PMU/TMU/MCT/WDT/RTC/SECKEY/TZPC IPs. 21 which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs. 23 which generates clocks for G2D/MDMA IPs. 25 which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs. 34 which generates clocks for GSCALER IPs. 41 which generates clocks for M2M (Memory to Memory) scaler and JPEG IPs. 47 which generates clocks for FIMC-ISP/DRC/SCLC/DIS/3DNR IPs. 50 IPs. 52 which generates clocks for Cortex-A5/MIPI_CSIS2/FIMC-LITE_C/FIMC-FD IPs. [all …]
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1084 ipstate_t ips; in showipstates() local 1086 is = fetchstate(is, &ips); in showipstates() 1091 is = ips.is_next; in showipstates() 1093 (state_matcharray(&ips, filter) == 0)) { in showipstates() 1098 printstatefield(&ips, state_fields[i].w_value); in showipstates() 1104 printstate(&ips, opts, ipsp->iss_ticks); in showipstates() 1285 ipstate_t ips; in topipstates() local 1336 for (; ipsstp->iss_list; ipsstp->iss_list = ips.is_next) { in topipstates() 1338 ipsstp->iss_list = fetchstate(ipsstp->iss_list, &ips); in topipstates() 1342 if (ver != 0 && ips.is_v != ver) in topipstates() [all …]
|
/freebsd/usr.bin/pr/ |
H A D | pr.c | 169 int ips; in onecol() local 235 ips = 0; in onecol() 259 if (otln(obuf,cnt+off, &ips, &ops, mor)) in onecol() 261 } else if (otln(lbuf, cnt, &ips, &ops, mor)) in onecol() 278 ips = 0; in onecol() 339 int ips = 0; in vertcol() local 534 ips = 0; in vertcol() 537 otln(buf,offst,&ips,&ops,1)) in vertcol() 561 if (otln(vc[tvc].pt, cnt, &ips, in vertcol() 571 if (otln(buf, 0, &ips, &ops, 0)) in vertcol() [all …]
|
/freebsd/tests/sys/netinet/ |
H A D | output.sh | 220 # jailA initiates connections/sends packets towards IPs on jailB loopback. 283 # DST ips/ports to test 284 …ips="4 29 48 53 55 61 71 80 84 87 90 91 119 131 137 153 154 158 162 169 169 171 176 187 197 228 23… 290 for i in ${ips}; do 308 num_ips=`echo ${ips} | wc -w` 334 for _ip in ${ips}; do 412 # DST ips/ports to test 413 …ips="4 29 48 53 55 61 71 80 84 87 90 91 119 131 137 153 154 158 162 169 169 171 176 187 197 228 23… 419 for i in ${ips}; do 437 num_ips=`echo ${ips} | wc -w` [all …]
|
/freebsd/tests/atf_python/sys/net/ |
H A D | tools.py | 84 ips = [] 88 ret[ifname] = ips 89 ips = [] 97 ips.append((ip, scopeid)) 99 ret[ifname] = ips
|
/freebsd/tests/sys/net/ |
H A D | if_wg.sh | 75 endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32 81 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32 142 endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32,${tunnel4}/32 148 endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32,${tunnel3}/32 216 allowed-ips "${tunnel1}/32" 261 allowed-ips "${tunnel1}/32" 318 endpoint 127.0.0.1:12346 allowed-ips ${tunnel2}/32 324 endpoint 127.0.0.1:12345 allowed-ips ${tunnel1}/32
|
/freebsd/sys/netgraph/ |
H A D | ng_cisco.c | 280 struct in_addr *ips; in cisco_rcvmsg() local 283 2 * sizeof(*ips), M_NOWAIT); in cisco_rcvmsg() 288 ips = (struct in_addr *) resp->data; in cisco_rcvmsg() 289 ips[0] = sc->localip; in cisco_rcvmsg() 290 ips[1] = sc->localmask; in cisco_rcvmsg() 296 struct in_addr *const ips = (struct in_addr *)msg->data; in cisco_rcvmsg() local 298 if (msg->header.arglen < 2 * sizeof(*ips)) { in cisco_rcvmsg() 302 sc->localip = ips[0]; in cisco_rcvmsg() 303 sc->localmask = ips[1]; in cisco_rcvmsg()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 716 struct info_peer_summary * ips; in list_peers_sum() local 722 ips = (struct info_peer_summary *)prepare_pkt(srcadr, inter, inpkt, in list_peers_sum() 724 for (pp = peer_list; pp != NULL && ips != NULL; pp = pp->p_link) { in list_peers_sum() 733 ips->srcadr6 = SOCK_ADDR6(&pp->srcadr); in list_peers_sum() 734 ips->v6_flag = 1; in list_peers_sum() 736 ips->dstadr6 = SOCK_ADDR6(&pp->dstadr->sin); in list_peers_sum() 738 ZERO(ips->dstadr6); in list_peers_sum() 740 ips->srcadr = NSRCADR(&pp->srcadr); in list_peers_sum() 742 ips->v6_flag = 0; in list_peers_sum() 746 ips in list_peers_sum() [all...] |
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | moortec,mr75203.yaml | 15 Such a design will usually consists of several Moortec's embedded analog IPs, 16 and a single Moortec controller (mr75203) to configure and control the IPs. 18 Some of the Moortec's analog hard IPs that can be used in a design: 36 for some of the analog IPs.
|
/freebsd/contrib/wireguard-tools/man/ |
H A D | wg.8 | 39 …ark\fP | \fIpeers\fP | \fIpreshared-keys\fP | \fIendpoints\fP | \fIallowed-ips\fP | \fIlatest-hand… 51 by tab: public-key, preshared-key, endpoint, allowed-ips, latest-handshake, 58 …ort>\fP] [\fIpersistent-keepalive\fP \fI<interval seconds>\fP] [\fIallowed-ips\fP \fI<ip1>/<cidr1>… 74 If \fIallowed-ips\fP is specified, but the value is the empty string, all 75 allowed ips are removed from the peer. The use of \fIpersistent-keepalive\fP
|