/freebsd/share/examples/netgraph/ |
H A D | ngctl | 52 # Here we are using the ASCII <-> binary control message conversion 76 # The reason for the ``2=192'' is to skip the two byte IP port number, 98 $ ipfw add 100 divert 1029 ip from 192.168.1.129 to any 99 00100 divert 1029 ip from 192.168.1.129 to any 109 0030: 75 76 77 61 62 63 64 65 66 67 68 69 uvwabcdefghi 115 0030: 75 76 77 61 62 63 64 65 66 67 68 69 uvwabcdefghi 121 0030: 75 76 77 61 62 63 64 65 66 67 68 69 uvwabcdefghi 135 0000: 4d 6f 6e 20 4e 6f 76 20 32 39 20 31 37 3a 34 38 Mon Nov 29 17:48
|
/freebsd/lib/libc/arm/string/ |
H A D | memcpy.S | 48 /* Word-align the destination buffer */ 49 ands ip, r3, #0x03 /* Already word aligned? */ 51 cmp ip, #0x02 52 ldrb ip, [r1], #0x01 54 strb ip, [r3], #0x01 55 ldrble ip, [r1], #0x01 57 strble ip, [r3], #0x01 58 ldrblt ip, [r1], #0x01 60 strblt ip, [r3], #0x01 64 ands ip, r1, #0x03 /* Is src also word-aligned? */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rng/ |
H A D | omap_rng.txt | 1 OMAP SoC and Inside-Secure HWRNG Module 5 - compatible : Should contain entries for this and backward compatible 7 - "ti,omap2-rng" for OMAP2. 8 - "ti,omap4-rng" for OMAP4, OMAP5 and AM33XX. 9 - "inside-secure,safexcel-eip76" for SoCs with EIP76 IP block 11 - ti,hwmods: Name of the hwmod associated with the RNG module 12 - reg : Offset and length of the register set for the module 13 - interrupts : the interrupt number for the RNG module. 14 Used for "ti,omap4-rng" and "inside-secure,safexcel-eip76" 15 - clocks: the trng clock source. Only mandatory for the [all …]
|
H A D | omap_rng.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/lib/libc/net/ |
H A D | protocols | 3 # See also http://www.iana.org/assignments/protocol-numbers 5 ip 0 IP # internet protocol, pseudo protocol number 6 #hopopt 0 HOPOPT # hop-by-hop options for ipv6 9 ggp 3 GGP # gateway-gateway protocol 10 ipencap 4 IP-ENCAP # IP encapsulated in IP (officially ``IP'') 16 bbn-rcc 10 BBN-RCC-MON # BBN RCC Monitoring 17 nvp 11 NVP-II # Network Voice Protocol 25 dcn 19 DCN-MEAS # DCN Measurement Subsystems 28 xns-idp 22 XNS-IDP # Xerox NS IDP 29 trunk-1 23 TRUNK-1 # Trunk-1 [all …]
|
/freebsd/sys/arm/arm/ |
H A D | support.S | 1 /*- 98 * r0 - dest address 99 * r1 - byte to write 100 * r2 - number of bytes to write 103 * r0 - dest address 111 mov ip, r0 115 ands r2, ip, #0x03 /* Get the bottom two bits */ 120 orr r3, r3, r3, lsl #8 /* Extend value to 16-bits */ 121 tst ip, #0x04 /* Quad-align for armv5e */ 122 orr r3, r3, r3, lsl #16 /* Extend value to 32-bits */ [all …]
|
/freebsd/sbin/dhclient/ |
H A D | dhcp.h | 5 /*- 6 * SPDX-License-Identifier: BSD-3-Clause 46 20 + /* IP header */ \ 54 #define DHCP_OPTION_LEN (DHCP_MTU_MAX - DHCP_FIXED_LEN) 67 struct in_addr ciaddr; /* Client IP address (if already in use) */ 68 struct in_addr yiaddr; /* Client IP address */ 69 struct in_addr siaddr; /* IP address of next server to talk to */ 70 struct in_addr giaddr; /* DHCP relay agent IP address */ 171 #define DHO_STREETTALK_DA_SERVER 76
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher_avx512.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 41 memset(ctx->avx512, 0, 4 * sizeof (zfs_fletcher_avx512_t)); in fletcher_4_avx512f_init() 49 CcB[] = { 28, 36, 44, 52, 60, 68, 76, 84 }, in fletcher_4_avx512f_fini() 57 A = ctx->avx512[0].v[0]; in fletcher_4_avx512f_fini() 58 B = 8 * ctx->avx512[1].v[0]; in fletcher_4_avx512f_fini() 59 C = 64 * ctx->avx512[2].v[0] - CcB[0] * ctx->avx512[1].v[0]; in fletcher_4_avx512f_fini() 60 D = 512 * ctx->avx512[3].v[0] - DcC[0] * ctx->avx512[2].v[0] + in fletcher_4_avx512f_fini() 61 DcB[0] * ctx->avx512[1].v[0]; in fletcher_4_avx512f_fini() 64 A += ctx->avx512[0].v[i]; in fletcher_4_avx512f_fini() 65 B += 8 * ctx->avx512[1].v[i] - i * ctx->avx512[0].v[i]; in fletcher_4_avx512f_fini() [all …]
|
/freebsd/sys/contrib/device-tree/src/c6x/ |
H A D | evmc6678.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 /dts-v1/; 21 bootargs = "root=/dev/nfs ip=dhcp rw"; 30 megamod_pic: interrupt-controller@1800000 { 35 interrupt-parent = <&megamod_pic>; 40 interrupt-parent = <&megamod_pic>; 45 interrupt-parent = <&megamod_pic>; 50 interrupt-parent = <&megamod_pic>; 55 interrupt-parent = <&megamod_pic>; 60 interrupt-parent = <&megamod_pic>; [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | dhcp.h | 3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc. 16 #define iphdr ip 30 #include <netinet/ip.h> 60 struct ip iph; 83 * http://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml 162 DHCP_OPT_STDA_SERVER = 76,
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ |
H A D | stm32mp13-clks.h | 1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */ 3 * Copyright (C) STMicroelectronics 2020 - All Rights Reserved 67 /* IP clocks */ 104 #define MCE 76 114 /* IP clocks with parents */
|
H A D | imx8mn-clock.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright 2018-2019 NXP 97 #define IMX8MN_CLK_ENET_AXI 76 112 /* IP */
|
H A D | sun4i-a10-ccu.h | 4 * This file is dual-licensed: you can use it either under the terms 103 #define CLK_APB0_IR1 76 126 /* IP clocks */
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | brcm,spi-bcm-qspi.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/spi/brcm,spi-bc [all...] |
H A D | brcm,spi-bcm-qspi.txt | 4 BRCMSTB (BCM7XXX), Cygnus, NSP and NS2. The Broadcom Master SPI hw IP consits 7 BSPI : Broadcom SPI in combination with the MSPI hw IP provides acceleration 9 io with 3-byte and 4-byte addressing support. 11 Supported Broadcom SoCs have one instance of MSPI+BSPI controller IP. 18 - #address-cells: 21 - #size-cells: 24 - compatible: 26 "brcm,spi-brcmstb-qspi", "brcm,spi-bcm-qspi" : MSPI+BSPI on BRCMSTB SoCs 27 "brcm,spi-brcmstb-mspi", "brcm,spi-bcm-qspi" : Second Instance of MSPI 29 "brcm,spi-bcm7425-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI [all …]
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2010-2011 Alexander V. Chernikov <melifaro@ipfw.ru> 90 uint32_t src_addr; /* Source IP address */ 91 uint32_t dst_addr; /* Destination IP address */ 92 uint32_t next_hop; /* Next hop IP address */ 102 uint8_t prot; /* IP protocol */ 103 uint8_t tos; /* IP type of service */ 112 uint32_t src_addr; /* Source IP address */ 113 uint32_t dst_addr; /* Destination IP address */ [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | src_track.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 49 jexec alcatraz pfctl -e 51 "pass in keep state (source-track)" \ 52 "pass out keep state (source-track)" 54 ping -c 3 192.0.2.1 55 atf_check -s exit:0 -o match:'192.0.2.2 -> 0.0.0.0 \( states 1,.*' \ 56 jexec alcatraz pfctl -sS 59 jexec alcatraz pfctl -FS 62 atf_check -s exit:0 -o not-match:'192.0.2.2 -> 0.0.0.0 \( states 1,.*' \ 63 jexec alcatraz pfctl -sS [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | omap-usb-host.txt | 5 - compatible: should be "ti,usbhs-host" 6 - reg: should contain one register range i.e. start and length 7 - ti,hwmods: must contain "usb_host_hs" 11 - num-ports: number of USB ports. Usually this is automatically detected 12 from the IP's revision register but can be overridden by specifying 15 - portN-mode: String specifying the port mode for port N, where N can be 18 "ehci-phy", 19 "ehci-tll", 20 "ehci-hsic", 21 "ohci-phy-6pin-datse0", [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | ipproto.c | 18 #include "netdissect-stdinc.h" 40 { IPPROTO_MOBILE, "Mobile IP" }, 42 { IPPROTO_MOBILITY_OLD, "Mobile IP (old)" }, 46 { IPPROTO_IPCOMP, "Compressed IP" }, 58 * https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml 64 "hopopt", /* 0 (IPPROTO_HOPOPTS, IPv6 Hop-by-Hop Option) */ 67 "ggp", /* 3 (Gateway-to-Gateway) */ 76 "bbn-rcc-mon", /* 10 (BBN RCC Monitoring) */ 77 "nvp-ii", /* 11 (Network Voice Protocol) */ 85 "dcn-meas", /* 19 (DCN Measurement Subsystems) */ [all …]
|
/freebsd/sys/netinet/ |
H A D | in.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 40 #define IPPROTO_IP 0 /* dummy for IP */ 126 #define IPPROTO_RAW 255 /* raw IP packet */ 139 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ 159 #define IPPROTO_TRUNK1 23 /* Trunk-1 */ 160 #define IPPROTO_TRUNK2 24 /* Trunk-2 */ 161 #define IPPROTO_LEAF1 25 /* Leaf-1 */ 162 #define IPPROTO_LEAF2 26 /* Leaf-2 */ 165 #define IPPROTO_TP 29 /* tp-4 w/ class negotiation */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | r8a73a4-ape6evm.dts | 1 // SPDX-License-Identifier: GPL-2.0 8 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 22 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; 23 stdout-path = "serial0:115200n8"; 36 vcc_mmc0: regulator-mmc0 { 37 compatible = "regulator-fixed"; 38 regulator-name = "MMC0 Vcc"; 39 regulator-min-microvolt = <2800000>; [all …]
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 1 # The mapping between event identifiers and values is also hard-coded in 10 # 1 - 2047 Reserved for Solaris kernel events 11 # 2048 - 5999 Reserved and unallocated 12 # 6000 - 9999 Reserved for Solaris user events 13 # 10000 - 32767 Reserved and unallocated 14 # 32768 - 65535 Available for third party applications 18 # 43000 - 44999 Reserved for OpenBSM kernel events 19 # 45000 - 46999 Reserved for OpenBSM application events 24 3:AUE_OPEN:open(2) - attr only:fa 33 12:AUE_UMOUNT:umount(2) - ol [all...] |
/freebsd/sys/dev/iavf/ |
H A D | iavf_common.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 38 * iavf_set_mac_type - Sets MAC type 50 if (hw->vendor_id == IAVF_INTEL_VENDOR_ID) { in iavf_set_mac_type() 51 switch (hw->device_id) { in iavf_set_mac_type() 53 hw->mac.type = IAVF_MAC_X722_VF; in iavf_set_mac_type() 58 hw->mac.type = IAVF_MAC_VF; in iavf_set_mac_type() 61 hw->mac.type = IAVF_MAC_GENERIC; in iavf_set_mac_type() 69 hw->mac.type, status); in iavf_set_mac_type() 74 * iavf_aq_str - convert AQ err code to a string 129 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in iavf_aq_str() [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 70 #define PFNL_CMD_MAX (__PFNL_CMD_MAX -1) 74 PF_STK_ADDR0 = 1, /* ip */ 75 PF_STK_ADDR1 = 2, /* ip */ 107 PF_ST_RT_ADDR = 9, /* ip */ 273 PF_RT_NAF = 76, /* u8 */
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.conf.5 | 50 .Bd -literal 102 …256=8F:0A:FC:8A:3D:09:80:AF:D9:AA:38:CC:8A:86:53:E6:8F:B6:1C:55:30:14:D7:F9:AA:8B:3E:73:CD:F5:76:2B 179 .Bl -tag -width ".Ic xxxx" 184 multiple senders coming from the same IP address. 224 for the non-host 238 .\".Bl -tag -width ".Ic sha256" 250 .\".Bl -tag -width ".Ic none" 281 .Bd -literal -offset indent 282 protocol://protocol-specific-address 286 .Bd -literal -offset indent [all …]
|