core.sys.windows.iphlpapi
Windows API header module
Translated from MinGW Windows headers
License
fn AddIPAddress CreateIpForwardEntry CreateIpNetEntry CreateProxyArpEntry DeleteIPAddress DeleteIpForwardEntry DeleteIpNetEntry DeleteProxyArpEntry EnableRouter FlushIpNetTable GetAdapterIndex GetAdaptersInfo GetBestInterface GetBestRoute GetFriendlyIfIndex GetIcmpStatistics GetIfEntry GetIfTable GetInterfaceInfo GetIpAddrTable GetIpForwardTable GetIpNetTable GetIpStatistics GetNetworkParams GetNumberOfInterfaces GetPerAdapterInfo GetRTTAndHopCount GetTcpStatistics GetTcpTable GetUdpStatistics GetUdpTable GetUniDirectionalAdapterInfo IpReleaseAddress IpRenewAddress NotifyAddrChange NotifyRouteChange SendARP SetIfEntry SetIpForwardEntry SetIpNetEntry SetIpStatistics SetIpTTL SetTcpEntry UnenableRouter
Functions 44
fn
DWORD AddIPAddress(IPAddr, IPMask, DWORD, PULONG, PULONG)fn
DWORD CreateIpForwardEntry(PMIB_IPFORWARDROW)fn
DWORD CreateIpNetEntry(PMIB_IPNETROW)fn
DWORD CreateProxyArpEntry(DWORD, DWORD, DWORD)fn
DWORD DeleteIPAddress(ULONG)fn
DWORD DeleteIpForwardEntry(PMIB_IPFORWARDROW)fn
DWORD DeleteIpNetEntry(PMIB_IPNETROW)fn
DWORD DeleteProxyArpEntry(DWORD, DWORD, DWORD)fn
DWORD EnableRouter(HANDLE *, OVERLAPPED *)fn
DWORD FlushIpNetTable(DWORD)fn
DWORD GetAdapterIndex(LPWSTR, PULONG)fn
DWORD GetAdaptersInfo(PIP_ADAPTER_INFO, PULONG)fn
DWORD GetBestInterface(IPAddr, PDWORD)fn
DWORD GetBestRoute(DWORD, DWORD, PMIB_IPFORWARDROW)fn
DWORD GetFriendlyIfIndex(DWORD)fn
DWORD GetIcmpStatistics(PMIB_ICMP)fn
DWORD GetIfEntry(PMIB_IFROW)fn
DWORD GetIfTable(PMIB_IFTABLE, PULONG, BOOL)fn
DWORD GetInterfaceInfo(PIP_INTERFACE_INFO, PULONG)fn
DWORD GetIpAddrTable(PMIB_IPADDRTABLE, PULONG, BOOL)fn
DWORD GetIpForwardTable(PMIB_IPFORWARDTABLE, PULONG, BOOL)fn
DWORD GetIpNetTable(PMIB_IPNETTABLE, PULONG, BOOL)fn
DWORD GetIpStatistics(PMIB_IPSTATS)fn
DWORD GetNetworkParams(PFIXED_INFO, PULONG)fn
DWORD GetNumberOfInterfaces(PDWORD)fn
DWORD GetPerAdapterInfo(ULONG, PIP_PER_ADAPTER_INFO, PULONG)fn
BOOL GetRTTAndHopCount(IPAddr, PULONG, ULONG, PULONG)fn
DWORD GetTcpStatistics(PMIB_TCPSTATS)fn
DWORD GetTcpTable(PMIB_TCPTABLE, PDWORD, BOOL)fn
DWORD GetUdpStatistics(PMIB_UDPSTATS)fn
DWORD GetUdpTable(PMIB_UDPTABLE, PDWORD, BOOL)fn
DWORD IpReleaseAddress(PIP_ADAPTER_INDEX_MAP)fn
DWORD IpRenewAddress(PIP_ADAPTER_INDEX_MAP)fn
DWORD NotifyAddrChange(PHANDLE, LPOVERLAPPED)fn
DWORD NotifyRouteChange(PHANDLE, LPOVERLAPPED)fn
DWORD SetIfEntry(PMIB_IFROW)fn
DWORD SetIpForwardEntry(PMIB_IPFORWARDROW)fn
DWORD SetIpNetEntry(PMIB_IPNETROW)fn
DWORD SetIpStatistics(PMIB_IPSTATS)fn
DWORD SetIpTTL(UINT)fn
DWORD SetTcpEntry(PMIB_TCPROW)fn
DWORD UnenableRouter(OVERLAPPED *, LPDWORD)