Searched refs:NET_IPV6_ADDR_SIZE (Results 1 – 7 of 7) sorted by relevance
24 uint8_t tgt[NET_IPV6_ADDR_SIZE];35 uint8_t tgt[NET_IPV6_ADDR_SIZE];61 uint8_t prefix[NET_IPV6_ADDR_SIZE];69 uint8_t prefix[NET_IPV6_ADDR_SIZE];108 uint8_t mcast_address[NET_IPV6_ADDR_SIZE];117 uint8_t mcast_address[NET_IPV6_ADDR_SIZE];
44 BUILD_ASSERT(sizeof(struct in6_addr) == NET_IPV6_ADDR_SIZE);
2507 if ((rdnss_size % NET_IPV6_ADDR_SIZE) != 0) { in handle_ra_rdnss()2515 ret = net_pkt_read(pkt, dns.sin6_addr.s6_addr, NET_IPV6_ADDR_SIZE); in handle_ra_rdnss()2522 if (net_pkt_skip(pkt, rdnss_size - NET_IPV6_ADDR_SIZE)) { in handle_ra_rdnss()
961 uint8_t buf_ip_src[NET_IPV6_ADDR_SIZE]; in test_pkt_loopback()962 uint8_t buf_ip_dst[NET_IPV6_ADDR_SIZE]; in test_pkt_loopback()1516 NET_IPV6_ADDR_SIZE, "IPv6 header source IP mismatch"); in udp_data_received()1518 NET_IPV6_ADDR_SIZE, "IPv6 header destination IP mismatch"); in udp_data_received()2254 NET_IPV6_ADDR_SIZE, "IPv6 header source IP mismatch"); in handle_ipv6_echo_reply()2256 NET_IPV6_ADDR_SIZE, "IPv6 header destination IP mismatch"); in handle_ipv6_echo_reply()
152 #define NET_IPV6_ADDR_SIZE 16 macro556 uint8_t src[NET_IPV6_ADDR_SIZE];557 uint8_t dst[NET_IPV6_ADDR_SIZE];
336 length = NET_IPV6_ADDR_SIZE; in ptp_transport_protocol_addr()
274 socklen_t addr_len = NET_IPV6_ADDR_SIZE; in zperf_udp_leave_mcast()