25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

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