Searched full:ip (Results 1 – 25 of 700) sorted by relevance
12345678910>>...28
/Zephyr-latest/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-latest/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-latest/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/${PREFIXLEN_1_IPV6} 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/${PREFIXLEN_2_IPV6} 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-latest/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 | 57 # Configuration file for setting IP addresses for a network interface. 64 ip link set dev $INTERFACE up 65 ip link set dev $INTERFACE address $HWADDR 66 ip -6 address add $IPV6_ADDR_1 dev $INTERFACE nodad 67 ip -6 route add $IPV6_ROUTE_1 dev $INTERFACE 68 ip address add $IPV4_ADDR_1 dev $INTERFACE 69 ip route add $IPV4_ROUTE_1 dev $INTERFACE > /dev/null 2>&1 76 # Configuration file for setting IP addresses for a network interface. 83 ip link set dev $INTERFACE up 84 ip link set dev $INTERFACE address $HWADDR [all …]
|
D | network_monitoring.rst | 34 The ``net-tools`` project provides a configure file to setup IP-to-IP tunnel 67 [20210408Z14:33:08.959589] Ether / IP / ICMP 192.0.2.1 > 192.0.2.2 echo-request 0 / Raw 68 [20210408Z14:33:08.976178] Ether / IP / ICMP 192.0.2.2 > 192.0.2.1 echo-reply 0 / Raw 101 The IP address above is the inner tunnel endpoint, and can be changed and 103 containing the captured network packets to the configured IP tunnel, so we 143 net capture setup <remote-ip-addr> <local-ip-addr> <peer-ip-addr> 144 <remote> is the (outer) endpoint IP address 145 <local> is the (inner) local IP address 146 <peer> is the (inner) peer IP address 147 Local and Peer IP addresses can have UDP port number in them (optional) [all …]
|
/Zephyr-latest/soc/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-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 103 prompt "ESP IP Address configuration" 106 Choose whether to use an IP assigned by DHCP Server or 107 configure a static IP Address. 112 Use DHCP to get an IP Address. 117 Setup Static IP Address. 124 string "ESP Station mode IP Address" 165 bool "Use CIPDINFO to get peer ip and port" 167 Enable AT+CIPDINFO to get peer ip-address and port.
|
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/subsys/net/ |
D | Kconfig | 9 bool "Link layer and networking (including IP)" 15 and is the basis for higher level protocols (e.g. IP protocols). 29 source "subsys/net/ip/Kconfig"
|
D | CMakeLists.txt | 12 zephyr_library_sources(ip/net_pkt.c) 14 add_subdirectory(ip)
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_internal.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 */ 127 * In case server responds with an unicast IP packet, the IP stack needs to 129 * destination IP address is configured on an interface.
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 37 without security, using a static IP address. 69 - Default config: Secure MQTT, dynamic IP address (DHCP) 72 - Secure MQTT, static IP address 75 - Unsecure MQTT, static IP address 79 Using the default config, the application will use DHCP to acquire an IP address and attempt 97 local broker hostname/IP address. 103 - A DHCP server can be installed on the host PC to handle assigning an IP to the board 113 **Static IP Config:** 116 a static IP address config. 117 The device, gateway, and DNS server IP addresses should be set according to [all …]
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | docker-test.sh | 10 IP="--ip=192.0.2.2 --ip6=2001:db8::2" 13 start_configuration "$IP $FWD" || return $?
|
/Zephyr-latest/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-latest/drivers/dai/nxp/sai/ |
D | Kconfig.sai | 18 Select this if the SAI IP allows configuration 32 bool "Set if your SAI IP version is affected by i.MX93's ERRATA 051421" 35 Select this if your SAI ip version is affected by
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | nxp,lcdic.yaml | 40 WRX signal. Default is IP reset value. Only valid in 8080 mode. 48 WRX signal. Default is IP reset value. Only valid in 8080 mode. 57 Default is IP reset value 66 Default is IP reset value
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | intel_adsp_hda.h | 23 * addresses, the stream count, and the size of the ip blocks. 107 * @param base Base address of the IP register block 132 * @param base Base address of the IP register block 150 * @param base Base address of the IP register block 209 * @param base Base address of the IP register block 225 * @param base Base address of the IP register block 242 * @param base Base address of the IP register block 254 * @param base Base address of the IP register block 268 * @param base Base address of the IP register block 315 * @param base Base address of the IP register block [all …]
|
/Zephyr-latest/dts/bindings/clock/ |
D | nxp,kinetis-pcc.yaml | 4 description: NXP Kinetis PCC (Peripheral Clock Controller) IP node 19 - ip-source
|
D | nxp,scg-k4.yaml | 4 description: NXP K4 Generation SCG (System Clock Generator) IP node 19 - mrcc_offset # See fsl_clock.h clock IP names, 0 if N/A
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | CMakeLists.txt | 6 # IP headers 7 ${ZEPHYR_BASE}/subsys/net/ip
|
12345678910>>...28