type net.PacketConn

8 uses

	net (current package)
		dial.go#L749: func (lc *ListenConfig) ListenPacket(ctx context.Context, network, address string) (PacketConn, error) {
		dial.go#L759: 	var c PacketConn
		dial.go#L834: func ListenPacket(network, address string) (PacketConn, error) {
		dnsclient_unix.go#L186: 		if _, ok := c.(PacketConn); ok {
		file.go#L45: func FilePacketConn(f *os.File) (c PacketConn, err error) {
		file_unix.go#L104: func filePacketConn(f *os.File) (PacketConn, error) {
		net.go#L305: type PacketConn interface {

	github.com/gotd/neo
		net.go#L190: func (n *Net) ListenPacket(network, address string) (net.PacketConn, error) {