Home
last modified time | relevance | path

Searched defs:UdpSocket (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/DnsResolver/
H A Ddoh.rs81 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()
/aosp12/system/core/fastboot/
H A Dsocket.cpp110 class UdpSocket : public Socket { class
127 UdpSocket::UdpSocket(Type type, cutils_socket_t sock) : Socket(sock) { in UdpSocket() function in UdpSocket