module documentation

Windows implementation of local network interface enumeration.

Class SOCKET_ADDRESS Undocumented
Function make_SAL Undocumented
Function win32GetLinkLocalIPv6Addresses Return a list of strings in colon-hex format representing all the link local IPv6 addresses available on the system, as reported by WSAIoctl/SIO_ADDRESS_LIST_QUERY.
Constant SIO_ADDRESS_LIST_QUERY Undocumented
Constant WS2_32 Undocumented
Constant WSAEFAULT Undocumented
def make_SAL(ln):

Undocumented

def win32GetLinkLocalIPv6Addresses():

Return a list of strings in colon-hex format representing all the link local IPv6 addresses available on the system, as reported by WSAIoctl/SIO_ADDRESS_LIST_QUERY.

SIO_ADDRESS_LIST_QUERY: int =

Undocumented

Value
1207959574
WS2_32 =

Undocumented

Value
WinDLL('ws2_32')
WSAEFAULT: int =

Undocumented

Value
10014