74571e3600b3b7ff41a83f33dbd398abff900198
[platform/core/system/edge-orchestration.git] / vendor / github.com / miekg / dns / vendor / golang.org / x / sys / windows / types_windows_arm.go
1 // Copyright 2018 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
5 package windows
6
7 type WSAData struct {
8         Version      uint16
9         HighVersion  uint16
10         Description  [WSADESCRIPTION_LEN + 1]byte
11         SystemStatus [WSASYS_STATUS_LEN + 1]byte
12         MaxSockets   uint16
13         MaxUdpDg     uint16
14         VendorInfo   *byte
15 }
16
17 type Servent struct {
18         Name    *byte
19         Aliases **byte
20         Port    uint16
21         Proto   *byte
22 }