Chapter 13:The IP Helper Functions
|
||
C & Winsock: The Kick Start programming tutorialsC & Linux SocketProgram Example IndexC#, VB .NET & C++/CLI Network ProgrammingWindows Device Driver Development & Program ExamplesReactOS - Windows OS Binary Compatible Open Source Project - C & C++
|
What do we have in this chapter?
Releasing and Renewing IPv4 AddressesChanging IPv4 AddressesRetrieving the TCP Connection TableRetrieving the UDP Listener TableRetrieving IPv4 Protocol StatisticsGetting the Routing TableAdding a RouteDeleting a RouteAdding an ARP EntryDeleting an ARP EntrySending an ARP RequestProgram ExamplesARP Program ExampleIPConfig Program ExampleRetrieving the IPv4 routing table with GetIpForwardTable() ExampleProgram Example Using AddIPAddress() FunctionProgram Example Using GetAdaptersAddresses() FunctionProgram Example Using GetIfEntry() and GetIfTable() FunctionsProgram Example Using SetIpForwardEntry() FunctionGetting IP Statistics Program Example
Summary
This chapter introduced the IP Helper APIs in terms of several well-known system utilities. This allows you to easily see how to programmatically obtain useful information from the IPv4 network stack. The IP Helper APIs currently enumerate only IPv4 information except for the new IP Helper API GetAdaptersAddresses(), which obtains IPv6 addressing information.
|
|
|
![]() Custom Search |
|
< Chap 12: Remote Access Service (RAS) | Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7 | Part 8 | Part 9 | Part 10 | Part 11 | Part 12 | Part 13 | Chap 14: The mailslots >
Share and email to your beloved friends and foes:
|
||