Changeset 695b6ff in mainline for uspace/srv/net/ethip/arp.c
- Timestamp:
- 2013-09-12T21:26:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b8b1adb1, ddd0499d
- Parents:
- 4a90582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/arp.c
r4a90582 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.