Platform/Environment

IP Helper API

jjryu 2010. 7. 18. 01:27
IP Helper APIs // Windows NT 4.0 Service Pack 4, Windows 98

GetNetworkParams()

GetAdaptersInfo()
GetPerAdapterInfo()

Interface
    GetInterfaceInfo()
    GetIfTable()
    GetIfEntry()
    SetIfEntry()
    SetIpTTL()

IP Address
    GetIpAddrTabl()

ARP Table
    GetIpNetTable() // retrieves the IP-to-physical address mapping table
    SetIpNetEntry()
    DeleteIpNetEntry()

Route Table
    GetBestInterface()
    GetIpForwardTable()
    SetIpForwardEntry()
    DeleteIpForwardEntry()
    GetRTTAndHopCount()

Statistics
    GetIpStatistics()
    GetIcmpStatistics()
    GetTcpStatistics()
    GetUdpStatistics()


참조 사이트: