Searched refs:bound_sin6 (Results 1 – 1 of 1) sorted by relevance
823 struct sockaddr_in6 bound_sin6 = in wg_socket_bind() local824 { .sin6_len = sizeof(bound_sin6) }; in wg_socket_bind()827 ret = sosockaddr(so6, (struct sockaddr *)&bound_sin6); in wg_socket_bind()830 port = ntohs(bound_sin6.sin6_port); in wg_socket_bind()