Searched refs:helloVerifyRequestMsg (Results 1 – 4 of 4) sorted by relevance
1700 type helloVerifyRequestMsg struct { struct1706 func (m *helloVerifyRequestMsg) equal(i interface{}) bool { argument1707 m1, ok := i.(*helloVerifyRequestMsg)1717 func (m *helloVerifyRequestMsg) marshal() []byte { argument1738 func (m *helloVerifyRequestMsg) unmarshal(data []byte) bool { argument
231 helloVerifyRequest, ok := msg.(*helloVerifyRequestMsg)
149 helloVerifyRequest := &helloVerifyRequestMsg{
1019 m = new(helloVerifyRequestMsg)