Pndpd/NDPRequest.go

8 lines
109 B
Go
Raw Permalink Normal View History

2021-12-20 14:53:42 -05:00
package main
type NDRequest struct {
srcIP []byte
answeringForIP []byte
mac []byte
}