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()
170 socket: UdpSocket, in drive()182 socket: UdpSocket, in new()
468 fn into_tokio_udp_socket(socket: std::net::UdpSocket) -> Result<UdpSocket> { in into_tokio_udp_socket()492 fn bind_udp_socket_retry(addr: std::net::SocketAddr) -> Result<std::net::UdpSocket> { in bind_udp_socket_retry()