Help for this page

Select Code to Download


  1. or download this
    char *
    arp_lookup(dev, ip, mac)
    ...
    
        OUTPUT:
        mac
    
  2. or download this
    int arp_lookup_linux(char *dev, char *ip, char *mac)
    {
    ...
        strcpy(mac,"unkown");
      else
        return -1;