Searched defs:UdpSocket (Results 1 – 2 of 2) sorted by relevance
81 fn make_doh_udp_socket(ip_addr: &str, mark: u32) -> Result<std::net::UdpSocket> { in make_doh_udp_socket()114 udp_sk: std::net::UdpSocket, in new_with_socket()148 udp_sk: std::net::UdpSocket, in doh_handler()334 async fn flush_tx(sk: &UdpSocket, conn: &mut quiche::Connection) -> Result<()> { in flush_tx()
110 class UdpSocket : public Socket { class127 UdpSocket::UdpSocket(Type type, cutils_socket_t sock) : Socket(sock) { in UdpSocket() function in UdpSocket