|
|
@@ -67,6 +67,7 @@ package unix
|
|
|
#include <linux/taskstats.h>
|
|
|
#include <linux/cgroupstats.h>
|
|
|
#include <linux/genetlink.h>
|
|
|
+#include <linux/socket.h>
|
|
|
|
|
|
// abi/abi.h generated by mkall.go.
|
|
|
#include "abi/abi.h"
|
|
|
@@ -956,3 +957,9 @@ const (
|
|
|
CBitFieldMaskBit62 = C.BITFIELD_MASK_62
|
|
|
CBitFieldMaskBit63 = C.BITFIELD_MASK_63
|
|
|
)
|
|
|
+
|
|
|
+// TCP-MD5 signature.
|
|
|
+
|
|
|
+type SockaddrStorage C.struct_sockaddr_storage
|
|
|
+
|
|
|
+type TCPMD5Sig C.struct_tcp_md5sig
|