Home
last modified time | relevance | path

Searched refs:NET_IPV4_ADDR_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/
Darp.h35 uint8_t src_ipaddr[NET_IPV4_ADDR_SIZE]; /* SPA */
37 uint8_t dst_ipaddr[NET_IPV4_ADDR_SIZE]; /* TPA */
/Zephyr-latest/tests/net/ipv4_fragment/src/
Dmain.c219 NET_IPV4_ADDR_SIZE, "IPv4 header source IP mismatch"); in check_ipv4_fragment_header()
221 NET_IPV4_ADDR_SIZE, "IPv4 header destination IP mismatch"); in check_ipv4_fragment_header()
391 NET_IPV4_ADDR_SIZE, "IPv4 header source IP mismatch"); in udp_data_received()
393 NET_IPV4_ADDR_SIZE, "IPv4 header destination IP mismatch"); in udp_data_received()
472 NET_IPV4_ADDR_SIZE, "IPv4 header source IP mismatch"); in tcp_data_received()
474 NET_IPV4_ADDR_SIZE, "IPv4 header destination IP mismatch"); in tcp_data_received()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h165 #define NET_IPV4_ADDR_SIZE 4 macro
576 uint8_t src[NET_IPV4_ADDR_SIZE];
577 uint8_t dst[NET_IPV4_ADDR_SIZE];
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c329 length = NET_IPV4_ADDR_SIZE; in ptp_transport_protocol_addr()
/Zephyr-latest/subsys/net/ip/
Dipv4.c30 BUILD_ASSERT(sizeof(struct in_addr) == NET_IPV4_ADDR_SIZE);