Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/wg/
H A Dif_wg.c806 struct sockaddr_in *bound_sin; in wg_socket_bind() local
808 (struct sockaddr **)&bound_sin); in wg_socket_bind()
811 port = ntohs(bound_sin->sin_port); in wg_socket_bind()
812 sin6.sin6_port = bound_sin->sin_port; in wg_socket_bind()
813 free(bound_sin, M_SONAME); in wg_socket_bind()