type net.PacketConn

7 uses

	net (current package)
		dial.go#L782: func (lc *ListenConfig) ListenPacket(ctx context.Context, network, address string) (PacketConn, error) {
		dial.go#L792: 	var c PacketConn
		dial.go#L867: func ListenPacket(network, address string) (PacketConn, error) {
		dnsclient_unix.go#L193: 		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#L315: type PacketConn interface {