Changeset 3d016ac in mainline for uspace/srv/ethip/arp.h


Ignore:
Timestamp:
2012-03-07T18:54:08Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e25780
Parents:
f9d3dd4
Message:

Prototype sending of ARP requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ethip/arp.h

    rf9d3dd4 r3d016ac  
    4242
    4343extern void arp_received(ethip_nic_t *, eth_frame_t *);
     44extern int arp_translate(ethip_nic_t *, iplink_srv_addr_t *,
     45    iplink_srv_addr_t *, mac48_addr_t *);
    4446
    4547#endif
Note: See TracChangeset for help on using the changeset viewer.