/Zephyr-latest/tests/net/pmtu/src/ |
D | main.c | 74 static struct in6_addr dest_ipv6_addr1 = { { { 0x20, 0x01, 0x0d, 0xb8, 0x01, 0, 0, 0, 76 static struct in6_addr dest_ipv6_addr2 = { { { 0x20, 0x01, 0x0d, 0xb8, 0x01, 0, 0, 0, 78 static struct in6_addr dest_ipv6_addr3 = { { { 0x20, 0x01, 0x0d, 0xb8, 0x01, 0, 0, 0, 80 static struct in6_addr dest_ipv6_addr4 = { { { 0x20, 0x01, 0x0d, 0xb8, 0x01, 0, 0, 0, 82 static struct in6_addr dest_ipv6_addr_not_found = { { { 0x20, 0x01, 0x0d, 0xb8, 0xde, 510 struct in6_addr *dest6; in create_icmpv6_ptb() 511 struct in6_addr *src6; in create_icmpv6_ptb()
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 96 static struct in6_addr my_addr1 = { { { 0x20, 0x01, 0x0d, 0xb8, 1, 0, 0, 0, 100 static struct in6_addr my_addr2 = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 104 static struct in6_addr my_addr3 = { { { 0x20, 0x01, 0x0d, 0xb8, 2, 0, 0, 0, 108 static struct in6_addr ll_addr = { { { 0xfe, 0x80, 0x43, 0xb8, 0, 0, 0, 0, 113 static struct in6_addr peer_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 866 static bool add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() 999 static struct in6_addr my_vlan_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0x90, 0, 0, 0, in ZTEST() 1002 static struct in6_addr peer_vlan_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0x90, 0, 0, 0, in ZTEST() 1078 static bool add_peer_neighbor(struct net_if *iface, struct in6_addr *addr, in add_peer_neighbor()
|
/Zephyr-latest/tests/net/hostname/src/ |
D | main.c | 40 static struct in6_addr my_addr1 = { { { 0x20, 0x01, 0x0d, 0xb8, 1, 0, 0, 0, 45 static struct in6_addr ll_addr = { { { 0xfe, 0x80, 0x43, 0xb8, 0, 0, 0, 0, 49 static struct in6_addr in6addr_mcast = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0,
|
/Zephyr-latest/include/zephyr/net/ |
D | net_context.h | 1051 const struct in6_addr *src, 1052 const struct in6_addr *dst); 1056 const struct in6_addr *src, in net_context_create_ipv6_new() 1057 const struct in6_addr *dst) in net_context_create_ipv6_new()
|
D | socket.h | 1025 struct in6_addr ipv6mr_multiaddr; 1075 struct in6_addr ipi6_addr; /**< Destination IPv6 address */
|
/Zephyr-latest/tests/net/mgmt/src/ |
D | mgmt.c | 28 MAX(sizeof(TEST_INFO_STRING), sizeof(struct in6_addr)) 47 static struct in6_addr addr6 = { { { 0xfe, 0x80, 0, 0, 0, 0, 0, 0, 325 info_length_in_test = sizeof(struct in6_addr); in test_core_event()
|
/Zephyr-latest/tests/net/ptp/clock/src/ |
D | main.c | 46 static struct in6_addr my_addr1 = { { { 0x20, 0x01, 0x0d, 0xb8, 1, 0, 0, 0, 50 static struct in6_addr my_addr2 = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 54 static struct in6_addr my_addr3 = { { { 0x20, 0x01, 0x0d, 0xb8, 2, 0, 0, 0, 58 static struct in6_addr ll_addr = { { { 0xfe, 0x80, 0x43, 0xb8, 0, 0, 0, 0,
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | vlan.c | 47 struct in6_addr addr6; in setup_iface()
|
/Zephyr-latest/subsys/net/lib/config/ |
D | init.c | 244 static struct in6_addr laddr; 261 &ipv6->unicast[i].address.in6_addr, in ipv6_event_handler() 276 !(net_ipv6_addr_cmp(&ifaddr->address.in6_addr, &laddr) && in ipv6_event_handler()
|
/Zephyr-latest/samples/boards/nxp/s32/netc/src/ |
D | main.c | 25 struct in6_addr addr6; in setup_iface()
|
/Zephyr-latest/tests/net/virtual/src/ |
D | main.c | 54 static struct in6_addr my_addr1 = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 59 static struct in6_addr my_addr2 = { { { 0x20, 0x01, 0x0d, 0xb8, 2, 0, 0, 0, 63 static struct in6_addr my_addr3 = { { { 0x20, 0x01, 0x0d, 0xb8, 3, 0, 0, 0, 67 static struct in6_addr ll_addr = { { { 0xfe, 0x80, 0x43, 0xb8, 0, 0, 0, 0, 504 static bool add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() 770 sizeof(struct in6_addr), in ZTEST() 944 struct in6_addr *outerv6, *innerv6; in test_virtual_recv_data_from_tunnel()
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | vlan.c | 51 struct in6_addr addr6; in setup_iface()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_internal.h | 98 int zperf_get_ipv6_addr(char *host, char *prefix_str, struct in6_addr *addr);
|
/Zephyr-latest/samples/net/mdns_responder/src/ |
D | vlan.c | 48 struct in6_addr addr6; in setup_iface()
|
/Zephyr-latest/samples/net/sockets/txtime/src/ |
D | vlan.c | 47 struct in6_addr addr6; in setup_iface()
|
/Zephyr-latest/drivers/net/ |
D | loopback.c | 67 struct in6_addr ipv6_loopback = IN6ADDR_LOOPBACK_INIT; in loopback_init()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | mdns_responder.c | 392 const struct in6_addr *addr; in send_response() 404 ret = create_answer(sock, query, qtype, sizeof(struct in6_addr), (uint8_t *)addr); in send_response() 439 const struct in6_addr *addr6 = NULL; in send_sd_response() 705 expected_len = sizeof(struct in6_addr); in add_address() 764 expected_len = sizeof(struct in6_addr); in del_address() 1132 struct in6_addr *addr = user_data; in iface_ipv6_cb() 1612 sizeof(struct in6_addr)))) || in create_unsolicited_mdns_answer() 1616 sizeof(struct in6_addr))))) { in create_unsolicited_mdns_answer() 1643 net_buf_add_be16(answer, sizeof(struct in6_addr)); in create_unsolicited_mdns_answer() 1644 net_buf_add_mem(answer, &addr_list[i].addr.in6_addr, in create_unsolicited_mdns_answer() [all …]
|
D | llmnr_responder.c | 282 static const uint8_t *get_ipv6_src(struct net_if *iface, struct in6_addr *dst) in get_ipv6_src() 284 const struct in6_addr *addr; in get_ipv6_src() 355 addr_len = sizeof(struct in6_addr); in create_ipv6_answer() 580 struct in6_addr *addr = user_data; in iface_ipv6_cb()
|
/Zephyr-latest/samples/net/vlan/src/ |
D | main.c | 45 struct in6_addr addr6, netaddr6; in setup_iface()
|
/Zephyr-latest/samples/net/sockets/net_mgmt/src/ |
D | main.c | 31 struct in6_addr addr_v6; in trigger_events()
|
/Zephyr-latest/tests/net/dhcpv6/src/ |
D | main.c | 15 static struct in6_addr test_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 17 static struct in6_addr test_prefix = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 131 struct in6_addr *local_addr; in test_dhcpv6_create_message() 132 struct in6_addr peer_addr; in test_dhcpv6_create_message() 187 struct in6_addr lladdr; in evt_handler() 196 struct in6_addr lladdr; in dhcpv6_tests_setup() 331 struct in6_addr *addr) in verify_dhcpv6_ia_na() 359 struct in6_addr *prefix, uint8_t prefix_len) in verify_dhcpv6_ia_pd()
|
/Zephyr-latest/subsys/net/ip/ |
D | icmp.c | 246 struct in6_addr *dst, in send_icmpv6_echo_request() 255 const struct in6_addr *src; in send_icmpv6_echo_request() 350 struct in6_addr *dst, in send_icmpv6_echo_request()
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | openthread.c | 135 if (cb->info == NULL || cb->info_length != sizeof(struct in6_addr)) { in ipv6_addr_event_handler() 140 add_ipv6_addr_to_ot(ot_context, (const struct in6_addr *)cb->info); in ipv6_addr_event_handler() 142 add_ipv6_maddr_to_ot(ot_context, (const struct in6_addr *)cb->info); in ipv6_addr_event_handler()
|
/Zephyr-latest/tests/net/lib/dns_dispatcher/src/ |
D | main.c | 52 static struct in6_addr my_addr1 = { { { 0x20, 0x01, 0x0d, 0xb8, 1, 0, 0, 0,
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | tcp.c | 37 const struct in6_addr *my6addr; in get_my_ipv6_addr() 42 memcpy(&net_sin6(myaddr)->sin6_addr, my6addr, sizeof(struct in6_addr)); in get_my_ipv6_addr()
|