Searched refs:local_ip6 (Results 1 – 6 of 6) sorted by relevance
29 memcpy(&udp6_addr.sin6_addr, &cfg->local_ip6, in udp_sock_create6()
19 struct in6_addr local_ip6; member
1371 if (cfg->local_ip6 && cfg->peer_ip6) { in l2tp_tunnel_sock_create()1373 memcpy(&udp_conf.local_ip6, cfg->local_ip6, in l2tp_tunnel_sock_create()1374 sizeof(udp_conf.local_ip6)); in l2tp_tunnel_sock_create()1401 if (cfg->local_ip6 && cfg->peer_ip6) { in l2tp_tunnel_sock_create()1412 memcpy(&ip6_addr.l2tp_addr, cfg->local_ip6, in l2tp_tunnel_sock_create()
160 struct in6_addr *local_ip6; member
210 cfg.local_ip6 = nla_data( in l2tp_nl_cmd_tunnel_create()
384 udp_conf.local_ip6 = in6addr_any; in tipc_udp_enable()