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 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)