sys_linux_riscv64.go 246 B

123456789101112
  1. // Copyright 2019 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // +build riscv64
  5. package socket
  6. const (
  7. sysRECVMMSG = 0xf3
  8. sysSENDMMSG = 0x10d
  9. )