Changeset 604 for trunk/ab5.0/ablib/src/api_winsock2.sbp
- Timestamp:
- Aug 21, 2008, 1:09:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/api_winsock2.sbp
r521 r604 271 271 End Type 'Class 272 272 273 Type in6_addr 274 s6_addr[ELM(16)] As Byte 275 End Type 276 273 277 Const IN_CLASSA(i) = (((i) As DWord And &h80000000) = 0) 274 278 Const IN_CLASSA_NET = &hff000000 … … 307 311 sin_addr As in_addr 308 312 sin_zero[ELM(8)] As Byte 313 End Type 314 315 Type sockaddr_in6 316 sin6_family As Word 317 sin6_port As Word 318 sin6_flowinfo As DWord 319 sin6_addr As in6_addr 320 sin6_scope_id As DWord 309 321 End Type 310 322
Note:
See TracChangeset
for help on using the changeset viewer.