Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/ethip/arp.c

    r695b6ff r02a09ed  
    9898    addr48_t mac_addr)
    9999{
    100         /* Broadcast address */
    101         if (ip_addr == addr32_broadcast_all_hosts) {
    102                 addr48(addr48_broadcast, mac_addr);
    103                 return EOK;
    104         }
    105 
    106100        int rc = atrans_lookup(ip_addr, mac_addr);
    107101        if (rc == EOK)
Note: See TracChangeset for help on using the changeset viewer.