Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dudpsock_posix.go72 func (c *UDPConn) readFromAddrPort(b []byte) (n int, addr netip.AddrPort, err error) { func
Dudpsock_plan9.go32 func (c *UDPConn) readFromAddrPort(b []byte) (int, netip.AddrPort, error) { func