IP Helper Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the IP Helper functions with a description of the purpose of each.
Programming element | Description |
---|---|
This function adds the specified IP address to the specified adapter. |
|
This function creates a route in the local computer's IP routing table. |
|
This function creates an Address Resolution Protocol (ARP) entry in the ARP table on the local computer. |
|
This function creates a Proxy Address Resolution Protocol (PARP) entry on the local computer for the specified IP address. |
|
Use this function to delete an IP address that was previously added using AddIPAddress. |
|
This function deletes an existing route in the local computer's IP routing table. |
|
This function deletes an ARP entry from the ARP table on the local computer. |
|
This function deletes the PARP entry on the local computer specified by the dwAddress and dwIfIndex parameters. |
|
This function deletes all ARP entries for the specified interface from the ARP table on the local computer. |
|
This function obtains the index of an adapter, given its name. |
|
This function retrieves the addresses associated with the adapters on the local computer. |
|
This function retrieves adapter information for the local computer. This function is deprecated in favor of GetAdaptersAddresses. |
|
This function retrieves the index of the interface that has the best route to the specified IP address. |
|
This function retrieves the index of the interface that has the best route to the specified IP address. |
|
This function retrieves the best route to the specified destination IP address. |
|
This function takes an interface index and returns a backward-compatible interface index, that is, one that uses only the lower 24 bits. |
|
This function retrieves the Internet Control Message Protocol (ICMP) statistics for the local computer. |
|
This function retrieves the Internet Control Message Protocol (ICMP) statistics for the current computer. |
|
This function retrieves information for the specified interface on the local computer. |
|
This function retrieves the MIB-II interface table. |
|
This function obtains a list of the network interface adapters on the local system. |
|
This function retrieves the interface–to–IP address mapping table. |
|
This function retrieves the IP routing table. |
|
This function retrieves the IP-to-physical address mapping table. |
|
This function retrieves the IP statistics for the current computer. |
|
This function retrieves the Internet Protocol (IP) statistics for the current computer. |
|
This function retrieves network parameters for the local computer. |
|
This function retrieves the number of interfaces on the local computer. |
|
This function retrieves information about the adapter corresponding to the specified interface. |
|
This function determines the round-trip time (RTT) and hop count to the specified destination. |
|
This function retrieves the TCP statistics for the local computer. |
|
This function retrieves the Transmission Control Protocol (TCP) statistics for the current computer. |
|
This function retrieves the TCP connection table. |
|
This function retrieves the User Datagram Protocol (UDP) statistics for the local computer. |
|
This function retrieves the User Datagram Protocol (UDP) statistics for the current computer. |
|
This function retrieves the User Datagram Protocol (UDP) listener table. |
|
This function retrieves information about the unidirectional adapters installed on the local computer. |
|
This function releases an IP address previously obtained through Dynamic Host Configuration Protocol (DHCP). |
|
This function renews a lease on an IP address previously obtained through Dynamic Host Configuration Protocol (DHCP). |
|
This function causes a notification to be sent to the caller whenever a change occurs in the table that maps IP addresses to interfaces. |
|
This function causes a notification to be sent to the caller whenever a change occurs in the IP routing table. |
|
This function sends an ARP request to obtain the physical address that corresponds to the specified destination IP address. |
|
This function is used to set the administrative status of an interface. |
|
This function modifies an existing route in the local computer's IP routing table. It can also add a new route to the routing table. |
|
This function modifies an existing ARP entry in the ARP table on the local computer. |
|
This function toggles IP forwarding on or off and sets the default time-to-live (TTL) value for the local computer. |
|
This function sets the default time-to-live (TTL) value for the local computer. |
|
This function sets the state of a TCP connection. |