Files
golang.net/lif
Tobias Klauser 69896b7148 lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix
Use the the constants already defined in the golang.org/x/sys/unix
package instead of locally duplicating them.

Change-Id: I8ec55dccf67aa28abbca119521bac86005d80839
Reviewed-on: https://go-review.googlesource.com/c/net/+/414994
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-06-30 21:51:02 +00:00
..