Searched defs:UdpSocket (Results 1 – 3 of 3) sorted by relevance
61 fn mark_socket(socket: &std::net::UdpSocket, socket_mark: u32) -> io::Result<()> { in mark_socket()88 ) -> io::Result<UdpSocket> { in build_socket()
171 socket: UdpSocket, in drive()183 socket: UdpSocket, in new()
466 fn into_tokio_udp_socket(socket: std::net::UdpSocket) -> Result<UdpSocket> { in into_tokio_udp_socket()490 fn bind_udp_socket_retry(addr: std::net::SocketAddr) -> Result<std::net::UdpSocket> { in bind_udp_socket_retry()