Changeset f9d3dd4 in mainline for uspace/srv/ethip/arp.c
- Timestamp:
- 2012-02-27T21:16:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d016ac
- Parents:
- 1cc8b42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ethip/arp.c
r1cc8b42 rf9d3dd4 41 41 42 42 #include "arp.h" 43 #include "atrans.h" 43 44 #include "ethip.h" 44 45 #include "ethip_nic.h" … … 69 70 if (laddr != NULL) { 70 71 log_msg(LVL_DEBUG, "Request on my address"); 72 73 (void) atrans_add(&packet.sender_proto_addr, 74 &packet.sender_hw_addr); 71 75 72 76 reply.opcode = aop_reply;
Note:
See TracChangeset
for help on using the changeset viewer.