/Zephyr-Core-3.5.0/arch/arm/core/ |
D | userspace.S | 54 /* move p1 to ip */ 55 mov ip, r1 60 /* Restore p1 from ip */ 61 mov r1, ip 64 ldr ip, =CONFIG_PRIVILEGED_STACK_SIZE 65 add r0, r0, ip 68 ldr ip, =CONFIG_PRIVILEGED_STACK_SIZE 69 add r0, r0, ip 71 ldr ip, =_kernel 72 ldr ip, [ip, #_kernel_offset_to_current] [all …]
|
/Zephyr-Core-3.5.0/subsys/net/l2/virtual/ipip/ |
D | Kconfig | 5 bool "IP-to-IP tunneling support" 8 Add a IP-to-IP tunnel driver. If this is enabled, then a network 12 Also application needs to setup IP addresses etc. to the IP-to-IP 25 module-str = Log level for IP-to-IP tunnel 26 module-help = Enables IP-to-IP driver to output debug messages.
|
/Zephyr-Core-3.5.0/samples/net/vlan/ |
D | vlan-setup-linux.sh | 46 ip link add link ${IFACE} name ${VLAN_NAME_PREFIX}.100 type vlan id 100 47 ip link add link ${IFACE} name ${VLAN_NAME_PREFIX}.200 type vlan id 200 49 ip link set ${VLAN_NAME_PREFIX}.100 up 50 ip link set ${VLAN_NAME_PREFIX}.200 up 52 ip -6 addr add ${PREFIX_1_IPV6}::2 dev ${VLAN_NAME_PREFIX}.100 53 ip -6 route add ${PREFIX_1_IPV6}::/${PREFIXLEN_1_IPV6} \ 56 ip -6 addr add ${PREFIX_2_IPV6}::2 dev ${VLAN_NAME_PREFIX}.200 57 ip -6 route add ${PREFIX_2_IPV6}::/${PREFIXLEN_2_IPV6} \ 60 ip addr add ${PREFIX_1_IPV4}.2 dev ${VLAN_NAME_PREFIX}.100 61 ip route add ${PREFIX_1_IPV4}/${PREFIXLEN_1_IPV4} dev ${VLAN_NAME_PREFIX}.100 [all …]
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/ |
D | usbnet_setup.rst | 23 interface, we need to assign IP addresses and set up a routing table for 36 We need to set it up and assign IP addresses as explained in the following 39 Choosing IP addresses 42 To establish network connection to the board we need to choose IP address 46 application. IP addresses usually set in the project configuration files 70 Next step is to assign IP addresses to the new Linux host interface, in 79 # ip address add dev enx00005e005301 192.0.2.2 80 # ip link set enx00005e005301 up 81 # ip route add 192.0.2.0/24 dev enx00005e005301 88 # ip address add dev enx00005e005301 2001:db8::2 [all …]
|
D | networking_with_multiple_instances.rst | 56 # Configuration file for setting IP addresses for a network interface. 63 ip link set dev $INTERFACE up 64 ip link set dev $INTERFACE address $HWADDR 65 ip -6 address add $IPV6_ADDR_1 dev $INTERFACE nodad 66 ip -6 route add $IPV6_ROUTE_1 dev $INTERFACE 67 ip address add $IPV4_ADDR_1 dev $INTERFACE 68 ip route add $IPV4_ROUTE_1 dev $INTERFACE > /dev/null 2>&1 75 # Configuration file for setting IP addresses for a network interface. 82 ip link set dev $INTERFACE up 83 ip link set dev $INTERFACE address $HWADDR [all …]
|
D | network_monitoring.rst | 32 The ``net-tools`` project provides a configure file to setup IP-to-IP tunnel 65 [20210408Z14:33:08.959589] Ether / IP / ICMP 192.0.2.1 > 192.0.2.2 echo-request 0 / Raw 66 [20210408Z14:33:08.976178] Ether / IP / ICMP 192.0.2.2 > 192.0.2.1 echo-reply 0 / Raw 99 The IP address above is the inner tunnel endpoint, and can be changed and 101 containing the captured network packets to the configured IP tunnel, so we 139 net capture setup <remote-ip-addr> <local-ip-addr> <peer-ip-addr> 140 <remote> is the (outer) endpoint IP address 141 <local> is the (inner) local IP address 142 <peer> is the (inner) peer IP address 143 Local and Peer IP addresses can have UDP port number in them (optional) [all …]
|
D | networking_with_host.rst | 26 * Here IP packets are exchanged between Zephyr and the host system via serial 32 * Here IP packets are exchanged between Zephyr and the host system via QEMU's 39 * QEMU User Networking is implemented using "slirp", which provides a full TCP/IP 48 * User mode networking emulates a built-in IP router and DHCP server, and 51 the use of a significant number of IP network services without requiring
|
/Zephyr-Core-3.5.0/soc/arm/ti_lm3s6965/ |
D | reboot.S | 48 ldr ip, =z_interrupt_stacks 49 add.w ip, ip, #(___esf_t_SIZEOF * 2) /* enough for a stack frame */ 52 str r2, [ip, #(6 * 4)] 54 str r2, [ip, #(7 * 4)] 57 moveq sp, ip 58 msrne PSP, ip
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | CMakeLists.txt | 16 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 21 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 26 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 31 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 36 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 41 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
|
/Zephyr-Core-3.5.0/samples/net/eth_native_posix/ |
D | net_setup_host | 61 ip link set dev $IFACE up 64 ip link set dev $IFACE address $HWADDR 68 ip -6 address add $IPV6_ADDR_1 dev $IFACE 72 ip -6 route add $IPV6_ROUTE_1 dev $IFACE 76 ip address add $IPV4_ADDR_1 dev $IFACE 80 ip route add $IPV4_ROUTE_1 dev $IFACE
|
/Zephyr-Core-3.5.0/subsys/net/lib/zperf/ |
D | zperf_session.c | 43 ptr->ip.family == AF_INET && in get_session() 45 net_ipv4_addr_cmp(&ptr->ip.in_addr, &addr4->sin_addr)) { in get_session() 53 ptr->ip.family == AF_INET6 && in get_session() 55 net_ipv6_addr_cmp(&ptr->ip.in6_addr, &addr6->sin6_addr)) { in get_session() 76 active->ip.family = AF_INET; in get_session() 77 net_ipaddr_copy(&active->ip.in_addr, &addr4->sin_addr); in get_session() 81 active->ip.family = AF_INET6; in get_session() 82 net_ipaddr_copy(&active->ip.in6_addr, &addr6->sin6_addr); in get_session()
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | wdt_intel_adsp.h | 56 * DSP Core Watch Dog Timer IP Pointer 61 * This register provides the pointer to the DSP Core watch dog timer IP registers. 66 * IP Pointer 69 * This field contains the offset to the IP. 74 * IP Version 77 * This field indicates the version of the IP. 142 * @brief Get watchdog IP pointer for specified core. 144 * Returns the base address of the watchdog IP 157 * Returns the version of the watchdog IP
|
/Zephyr-Core-3.5.0/samples/modules/thrift/hello/client/ |
D | hello_client.py | 12 ./hello_client.py [ip] 27 parser.add_argument('--ip', default='192.0.2.1', 28 help='IP address of hello server') 36 transport = TSocket.TSocket(args.ip, 4242)
|
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | dhcpv4.h | 30 uint8_t ciaddr[4]; /* Client IP Address */ 31 uint8_t yiaddr[4]; /* your (client) IP address */ 32 uint8_t siaddr[4]; /* IP address of next server to use in bootstrap 35 uint8_t giaddr[4]; /* Relat agent IP address */ 122 * In case server responds with an unicast IP packet, the IP stack needs to 124 * destination IP address is configured on an interface.
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/interop/ |
D | docker-test.sh | 10 IP="--ip=192.0.2.2 --ip6=2001:db8::2" 13 start_configuration "$IP $FWD" || return $?
|
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 102 prompt "ESP IP Address configuration" 105 Choose whether to use an IP assigned by DHCP Server or 106 configure a static IP Address. 111 Use DHCP to get an IP Address. 116 Setup Static IP Address. 123 string "ESP Station mode IP Address"
|
/Zephyr-Core-3.5.0/tests/net/ip-addr/ |
D | testcase.yaml | 5 - ip-addr 7 net.ip-addr:
|
D | CMakeLists.txt | 5 project(ip-addr) 7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/ip)
|
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/ |
D | Kconfig | 32 bool "Check IP Assignment for TWT" 35 This option enables check for valid IP address before TWT setup. 37 enter deep sleep without having a valid IP, this can result in device 38 being unreachable (IP Level) or unable to receive down link traffic 40 interface has a valid IP address might be desirable in most scenarios.
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/include/ |
D | intel_adsp_hda.h | 21 * addresses, the stream count, and the size of the ip blocks. 96 * @param base Base address of the IP register block 121 * @param base Base address of the IP register block 139 * @param base Base address of the IP register block 190 * @param base Base address of the IP register block 206 * @param base Base address of the IP register block 223 * @param base Base address of the IP register block 235 * @param base Base address of the IP register block 249 * @param base Base address of the IP register block 296 * @param base Base address of the IP register block [all …]
|
/Zephyr-Core-3.5.0/samples/net/dhcpv4_client/ |
D | README.rst | 26 QEMU on a Linux host to negotiate IP address from DHCPv4 server running 73 an ip address by typing: 84 :ref:`frdm_k64f` board to negotiate IP address from DHCPv4 server running on 94 Add ip address and routing information to interface: 98 $ sudo ip addr add 192.0.2.2 dev eth1 99 $ sudo ip route add 192.0.2.0/24 dev eth1 144 an ip address by typing: 157 This sample application running on Arm FVP board can negotiate IP
|
/Zephyr-Core-3.5.0/drivers/wifi/eswifi/ |
D | CMakeLists.txt | 6 # IP headers 7 ${ZEPHYR_BASE}/subsys/net/ip
|
/Zephyr-Core-3.5.0/subsys/net/lib/capture/ |
D | capture.c | 73 * Peer (inner) tunnel IP address. 78 * Local (inner) tunnel IP address. This will be set 378 NET_ERR("Cannot set IP address %s to tunnel interface", in net_capture_setup() 578 struct net_pkt *ip; in capture_send() local 596 /* Add IP and UDP header */ in capture_send() 597 ip = net_pkt_alloc_from_slab(ctx->context->tx_slab(), PKT_ALLOC_TIME); in capture_send() 598 if (!ip) { in capture_send() 602 net_pkt_set_context(ip, ctx->context); in capture_send() 603 net_pkt_set_family(ip, ctx->local.sa_family); in capture_send() 604 net_pkt_set_iface(ip, ctx->tunnel_iface); in capture_send() [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/clock/ |
D | nxp,kinetis-pcc.yaml | 4 description: NXP Kinetis PCC (Peripheral Clock Controller) IP node 19 - ip-source
|
/Zephyr-Core-3.5.0/drivers/can/ |
D | Kconfig.mcan | 10 This driver supports the Bosch m_can IP. This IP is built into the
|