type golang.org/x/net/http2.PingFrame

13 uses

	golang.org/x/net/http2 (current package)
		frame.go#L864: type PingFrame struct {
		frame.go#L869: func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) }
		frame.go#L880: 	f := &PingFrame{FrameHeader: fh}
		frame.go#L1693: 	case *PingFrame:
		server.go#L1620: 	case *PingFrame:
		server.go#L1640: func (sc *serverConn) processPing(f *PingFrame) error {
		transport.go#L2303: 		case *PingFrame:
		transport.go#L3026: func (rl *clientConnReadLoop) processPing(f *PingFrame) error {
		write.go#L145: type writePingAck struct{ pf *PingFrame }

	google.golang.org/grpc/internal/transport
		http2_client.go#L1248: func (t *http2Client) handlePing(f *http2.PingFrame) {
		http2_client.go#L1637: 		case *http2.PingFrame:
		http2_server.go#L672: 		case *http2.PingFrame:
		http2_server.go#L862: func (t *http2Server) handlePing(f *http2.PingFrame) {