Home
last modified time | relevance | path

Searched refs:ipv4 (Results 51 – 75 of 79) sorted by relevance

1234

/Zephyr-latest/samples/net/sockets/http_get/
DREADME.rst76 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
/Zephyr-latest/tests/boards/espressif/wifi/src/
Dmain.c122 struct net_ipv4_hdr *ip_hdr = hdr->ipv4; in icmp_event()
/Zephyr-latest/tests/net/icmp/src/
Dmain.c361 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/
DREADME.rst109 netsh interface ipv4 set address "Ethernet" static 192.0.2.3 255.255.255.0
/Zephyr-latest/samples/net/dns_resolve/
DREADME.rst163 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
/Zephyr-latest/samples/net/telnet/
DREADME.rst136 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
/Zephyr-latest/subsys/net/ip/
Dipv4.c443 ip.ipv4 = hdr; in net_ipv4_input()
DKconfig170 source "subsys/net/ip/Kconfig.ipv4"
/Zephyr-latest/subsys/net/lib/shell/
Dping.c136 struct net_ipv4_hdr *ip_hdr = hdr->ipv4; in handle_ipv4_echo_reply()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h469 struct net_if_addr ipv4; member
578 struct net_if_ipv4 *ipv4; member
2268 struct net_if_ipv4 **ipv4);
Dnet_ip.h637 struct net_ipv4_hdr *ipv4; member
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c2030 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/
DREADME.rst324 1485663791: Opening ipv4 listen socket on port 1883.
380 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c665 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/
Dnxp_wifi_drv.c170 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/
Dqemu_setup.rst183 sysctl -w net.ipv4.ip_forward=1
/Zephyr-latest/samples/net/sockets/echo_client/
DREADME.rst259 … --network otbr -p 8080:80 --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding…
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c524 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()
Ddhcpv4.c1538 memcpy(&iface->config.dhcpv4.response_src_addr, ip_hdr->ipv4->src, in net_dhcpv4_input()
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c568 zassert_equal(before.ipv4.sent, after.ipv4.sent, "Data sent afer connection timeout"); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst87 * :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
Drelease-notes-3.3.rst1058 * 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
Drelease-notes-2.0.rst1051 * :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
Drelease-notes-1.13.rst601 * :github:`7678` - Unstable ping RTT with ethernet ipv4 networking
Drelease-notes-2.1.rst763 * :github:`19135` - net: ipv4: udp: echo server sends malformed data bytes in reply to broadcast pa…

1234