Home
last modified time | relevance | path

Searched refs:my6addr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/l2/virtual/ipip/
Dipip.c49 const struct in6_addr *my6addr; member
165 if (ctx->my6addr == NULL) { in interface_send()
166 ctx->my6addr = net_if_ipv6_select_src_addr( in interface_send()
171 ret = net_ipv6_create(tmp, ctx->my6addr, &ctx->peer.in6_addr); in interface_send()
548 ctx->my6addr = NULL; in interface_set_config()
/Zephyr-latest/subsys/net/lib/shell/
Dtcp.c37 const struct in6_addr *my6addr; in get_my_ipv6_addr() local
39 my6addr = net_if_ipv6_select_src_addr(iface, in get_my_ipv6_addr()
42 memcpy(&net_sin6(myaddr)->sin6_addr, my6addr, sizeof(struct in6_addr)); in get_my_ipv6_addr()