Searched refs:my6addr (Results 1 – 2 of 2) sorted by relevance
49 const struct in6_addr *my6addr; member165 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()
37 const struct in6_addr *my6addr; in get_my_ipv6_addr() local39 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()