/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 76 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
|
/Zephyr-latest/tests/boards/espressif/wifi/src/ |
D | main.c | 122 struct net_ipv4_hdr *ip_hdr = hdr->ipv4; in icmp_event()
|
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 361 ip_hdr.ipv4 = ipv4_hdr; in offload_ping_handler() 435 struct net_ipv4_hdr *ip_hdr = hdr->ipv4; in icmp_handler()
|
/Zephyr-latest/samples/boards/nxp/s32/netc/ |
D | README.rst | 109 netsh interface ipv4 set address "Ethernet" static 192.0.2.3 255.255.255.0
|
/Zephyr-latest/samples/net/dns_resolve/ |
D | README.rst | 163 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
|
/Zephyr-latest/samples/net/telnet/ |
D | README.rst | 136 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv4.c | 443 ip.ipv4 = hdr; in net_ipv4_input()
|
D | Kconfig | 170 source "subsys/net/ip/Kconfig.ipv4"
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | ping.c | 136 struct net_ipv4_hdr *ip_hdr = hdr->ipv4; in handle_ipv4_echo_reply()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 469 struct net_if_addr ipv4; member 578 struct net_if_ipv4 *ipv4; member 2268 struct net_if_ipv4 **ipv4);
|
D | net_ip.h | 637 struct net_ipv4_hdr *ipv4; member
|
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 2030 struct net_ipv4_hdr *ipv4 = in test_check_ttl() local 2034 zassert_equal(ipv4->ttl, expected_ttl, in test_check_ttl() 2036 ipv4->ttl, expected_ttl); in test_check_ttl() 2038 zassert_equal(ipv4->ttl, expected_mcast_ttl, in test_check_ttl() 2040 ipv4->ttl, expected_mcast_ttl); in test_check_ttl() 2186 zassert_not_null(lo0->config.ip.ipv4, in ZTEST() 2235 zassert_not_null(lo0->config.ip.ipv4, in ZTEST()
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 324 1485663791: Opening ipv4 listen socket on port 1883. 380 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 665 char *ipv4 = strstr(ips, "\""); in MODEM_CMD_DEFINE() local 667 if (!ipv4) { in MODEM_CMD_DEFINE() 672 *ipv4 = '\0'; in MODEM_CMD_DEFINE()
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 170 net_inet_ntoa(addr.ipv4.address, ip); in nxp_wifi_wlan_event_callback() 180 if (addr.ipv4.address != 0U) { in nxp_wifi_wlan_event_callback() 468 struct ipv4_config *ap_addr4 = &nxp_wlan_uap_network.ip.ipv4; in nxp_wifi_start_ap()
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 183 sysctl -w net.ipv4.ip_forward=1
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 259 … --network otbr -p 8080:80 --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding…
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_server.c | 524 buf, buflen, &ctx->iface->config.ip.ipv4->gw); in dhcpv4_encode_requested_params() 829 net_ipv4_addr_copy_raw((uint8_t *)&peer_addr, ip_hdr->ipv4->src); in echo_reply_handler()
|
D | dhcpv4.c | 1538 memcpy(&iface->config.dhcpv4.response_src_addr, ip_hdr->ipv4->src, in net_dhcpv4_input()
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 568 zassert_equal(before.ipv4.sent, after.ipv4.sent, "Data sent afer connection timeout"); in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 87 * :github:`11617` - net: ipv4: udp: broadcast delivery not supported 126 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero 285 * :github:`11617` - net: ipv4: udp: broadcast delivery not supported 325 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero 1837 * :github:`11698` - net: ipv4: Zephyr replies to ICMPv4 packets with incorrect checksums 1847 * :github:`11617` - net: ipv4: udp: broadcast delivery not supported
|
D | release-notes-3.3.rst | 1058 * Added support for configuring IPv4 addresses with ``net ipv4`` shell 2832 - :github:`54798` - net: ipv4: IP packets get dropped in Zephyr when an application is receiving hi… 3002 * :github:`53913` - net: ip: igmp: IGMP doesn't get initialised because the iface->config.ip.ipv4 p… 3128 * :github:`53040` - tests-ci : net: ipv4: fragment test No Console Output(Timeout) 3523 * :github:`50139` - net: ipv4: Add DSCP/ToS based QoS support 3537 * :github:`49783` - net: ipv4: packet fragmentation support
|
D | release-notes-2.0.rst | 1051 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero 1070 * :github:`16276` - net: ipv4: Zephyr replies to link-layer broadcast packet 1401 * :github:`11617` - net: ipv4: udp: broadcast delivery not supported
|
D | release-notes-1.13.rst | 601 * :github:`7678` - Unstable ping RTT with ethernet ipv4 networking
|
D | release-notes-2.1.rst | 763 * :github:`19135` - net: ipv4: udp: echo server sends malformed data bytes in reply to broadcast pa…
|