Changes in uspace/srv/net/ethip/arp.c [02a09ed:695b6ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/arp.c
r02a09ed r695b6ff 98 98 addr48_t mac_addr) 99 99 { 100 /* Broadcast address */ 101 if (ip_addr == addr32_broadcast_all_hosts) { 102 addr48(addr48_broadcast, mac_addr); 103 return EOK; 104 } 105 100 106 int rc = atrans_lookup(ip_addr, mac_addr); 101 107 if (rc == EOK)
Note:
See TracChangeset
for help on using the changeset viewer.