/Zephyr-Core-2.7.6/arch/arm/core/aarch32/ |
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-2.7.6/subsys/net/l2/virtual/ipip/ |
D | Kconfig | 5 bool "Enable 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-2.7.6/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-2.7.6/doc/guides/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 | overview.rst | 13 The networking IP stack is modular and highly configurable via build-time 90 Applications can use the DNS API to query domain name information or IP 98 listen management events generated by core stack when for example IP address 104 automatic IP routing functionality is provided between these technologies. 134 * SLIP (IP over serial line). Used for testing with QEMU. It provides 143 ``subsys/net/ip/`` 144 This is where the IP stack code is located. 147 This is where the IP stack layer 2 code is located. This includes generic 156 to include to use IP networking functionality. 164 functionality of the IP stack, but are not the best
|
/Zephyr-Core-2.7.6/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-2.7.6/drivers/modem/ |
D | CMakeLists.txt | 18 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 23 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 28 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 33 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip) 38 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
|
/Zephyr-Core-2.7.6/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-2.7.6/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 85 prompt "ESP IP Address configuration" 88 Choose whether to use an IP assigned by DHCP Server or 89 configure a static IP Address. 94 Use DHCP to get an IP Address. 99 Setup Static IP Address. 106 string "ESP Station mode IP Address"
|
/Zephyr-Core-2.7.6/samples/net/dhcpv4_client/ |
D | README.rst | 25 QEMU on a Linux host to negotiate IP address from DHCPv4 server running 72 an ip address by typing: 83 :ref:`frdm_k64f` board to negotiate IP address from DHCPv4 server running on 93 Add ip address and routing information to interface: 97 $ sudo ip addr add 192.0.2.2 dev eth1 98 $ sudo ip route add 192.0.2.0/24 dev eth1 143 an ip address by typing:
|
/Zephyr-Core-2.7.6/samples/net/dhcpv4_client/src/ |
D | main.c | 38 if (iface->config.ip.ipv4->unicast[i].addr_type != in handler() 45 &iface->config.ip.ipv4->unicast[i].address.in_addr, in handler() 51 &iface->config.ip.ipv4->netmask, in handler() 55 &iface->config.ip.ipv4->gw, in handler()
|
/Zephyr-Core-2.7.6/subsys/net/lib/capture/ |
D | capture.c | 76 * Peer (inner) tunnel IP address. 81 * Local (inner) tunnel IP address. This will be set 388 NET_ERR("Cannot set IP address %s to tunnel interface", in net_capture_setup() 588 struct net_pkt *ip; in capture_send() local 606 /* Add IP and UDP header */ in capture_send() 607 ip = net_pkt_alloc_from_slab(ctx->context->tx_slab(), PKT_ALLOC_TIME); in capture_send() 608 if (!ip) { in capture_send() 612 net_pkt_set_context(ip, ctx->context); in capture_send() 613 net_pkt_set_family(ip, ctx->local.sa_family); in capture_send() 614 net_pkt_set_iface(ip, ctx->tunnel_iface); in capture_send() [all …]
|
/Zephyr-Core-2.7.6/tests/net/ip-addr/ |
D | testcase.yaml | 3 tags: net ip-addr 5 net.ip-addr:
|
D | CMakeLists.txt | 5 project(ip-addr) 7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/ip)
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/ |
D | syscall.h | 57 : "r8", "memory", "ip"); in arch_syscall_invoke6() 79 : "r8", "memory", "ip"); in arch_syscall_invoke5() 99 : "r8", "memory", "ip"); in arch_syscall_invoke4() 117 : "r8", "memory", "r3", "ip"); in arch_syscall_invoke3() 133 : "r8", "memory", "r2", "r3", "ip"); in arch_syscall_invoke2() 148 : "r8", "memory", "r1", "r2", "r3", "ip"); in arch_syscall_invoke1() 161 : "r8", "memory", "r1", "r2", "r3", "ip"); in arch_syscall_invoke0()
|
/Zephyr-Core-2.7.6/include/net/ |
D | net_stats.h | 59 * @brief IP layer statistics 62 /** Number of received packets at the IP layer. */ 65 /** Number of sent packets at the IP layer. */ 68 /** Number of forwarded packets at the IP layer. */ 71 /** Number of dropped packets at the IP layer. */ 76 * @brief IP layer error statistics 79 /** Number of packets dropped due to wrong IP version 84 /** Number of packets dropped due to wrong IP length, high byte. */ 87 /** Number of packets dropped due to wrong IP length, low byte. */ 90 /** Number of packets dropped because they were IP fragments. */ [all …]
|
/Zephyr-Core-2.7.6/scripts/net/ |
D | README.txt | 49 by the script, as well as Zephyr using native_posix board. IP addresses are 51 The default IP addresses are: 57 The default IP addresses are used by echo_client and mqtt_publisher, but 58 with the echo_server the IP addresses are switched between Zephyr and Docker 60 the echo_server application uses those ending in .2. The script does the IP
|
/Zephyr-Core-2.7.6/doc/reference/networking/ |
D | net_if.rst | 34 The IP address for network devices must be set for them to be connectable. 35 In a typical dynamic network environment, IP addresses are set automatically 37 IP address manually. See the API documentation below for functions such as 44 See Kconfig file :zephyr_file:`subsys/net/ip/Kconfig` what options are available for
|
/Zephyr-Core-2.7.6/subsys/net/ |
D | CMakeLists.txt | 11 zephyr_library_sources(ip/net_pkt.c) 13 add_subdirectory(ip)
|
/Zephyr-Core-2.7.6/drivers/wifi/eswifi/ |
D | CMakeLists.txt | 6 # IP headers 7 ${ZEPHYR_BASE}/subsys/net/ip
|
/Zephyr-Core-2.7.6/subsys/net/lib/dns/ |
D | Kconfig | 48 int "Maximum number of IP addresses for DNS name" 51 Defines the max number of IP addresses per domain name 65 bool "Set DNS server IP addresses" 67 Allow DNS IP addresses to be set in config file for 75 DNS server IP address 1. The address can be either IPv4 or IPv6 132 Currently this only returns IP address information. 194 Currently this only returns IP address information.
|
/Zephyr-Core-2.7.6/dts/bindings/arm/ |
D | nxp,kinetis-pcc.yaml | 4 description: NXP Kinetis PCC (Peripheral Clock Controller) IP node 22 - ip-source
|
/Zephyr-Core-2.7.6/drivers/can/ |
D | Kconfig.mcan | 12 This driver supports the Bosch m_can IP. This IP is built into the
|