8 lines
109 B
Go
8 lines
109 B
Go
|
package main
|
||
|
|
||
|
type NDRequest struct {
|
||
|
srcIP []byte
|
||
|
answeringForIP []byte
|
||
|
mac []byte
|
||
|
}
|