()
| 156 | } |
| 157 | |
| 158 | func (a ICMPv6TypeCode) GoString() string { |
| 159 | t := reflect.TypeOf(a) |
| 160 | return fmt.Sprintf("%s(%d, %d)", t.String(), a.Type(), a.Code()) |
| 161 | } |
| 162 | |
| 163 | // SerializeTo writes the ICMPv6TypeCode value to the 'bytes' buffer. |
| 164 | func (a ICMPv6TypeCode) SerializeTo(bytes []byte) { |