type crypto/tls.helloRequestMsg

5 uses

	crypto/tls (current package)
		conn.go#L1028: 		m = new(helloRequestMsg)
		conn.go#L1165: 	helloReq, ok := msg.(*helloRequestMsg)
		handshake_messages.go#L1800: type helloRequestMsg struct {
		handshake_messages.go#L1803: func (*helloRequestMsg) marshal() []byte {
		handshake_messages.go#L1807: func (*helloRequestMsg) unmarshal(data []byte) bool {