Files
golang.net/internal/socket/sys_linux_mips64le.go
Mikio Hara f61a77393d internal/socket: add platform-dependent boilerplate files
Change-Id: I951a1abc36083401d183d61c58a8186b5ce41c6c
Reviewed-on: https://go-review.googlesource.com/38211
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-05-26 03:23:34 +00:00

11 lines
230 B
Go

// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package socket
const (
sysRECVMMSG = 0x14ae
sysSENDMMSG = 0x14b6
)