This repository has been archived on 2026-02-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
inits/vendor/golang.org/x/net/internal/socket/sys_linux_mips64.go
Mikaël Cluseau 21d3f45969 vendor
2018-07-06 19:13:18 +11: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
)