Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Ddial.go782 func (lc *ListenConfig) ListenPacket(ctx context.Context, network, address string) (PacketConn, err… func
867 func ListenPacket(network, address string) (PacketConn, error) { func