Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

18 wiersze
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. )