Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

18 rader
481 B

  1. // Copyright 2020 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. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
  5. // them here for backwards compatibility.
  6. package unix
  7. const (
  8. DLT_HHDLC = 0x79
  9. IPV6_MIN_MEMBERSHIPS = 0x1f
  10. IP_MAX_SOURCE_FILTER = 0x400
  11. IP_MIN_MEMBERSHIPS = 0x1f
  12. RT_CACHING_CONTEXT = 0x1
  13. RT_NORTREF = 0x2
  14. )