CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: IP from MAC

  1. #1
    Join Date
    Feb 2005
    Posts
    6

    Post IP from MAC

    Hi ,

    I have mac address with me . Is there a way to find out the IP address corresponding to this mac address?
    Is there any API for that?
    Please help me out ASAP.

  2. #2
    Join Date
    May 2002
    Location
    Texas
    Posts
    222

    Re: IP from MAC

    You are asking for RARP functionality.

    Sorry, it's not available in Windows as far as I know. You can search these forums for "RARP" to verify.

    RARP does come as a standard part of the TCP/IP protocol tools in Unix/Linux.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured