Changeset f303f2cf in mainline for uspace/srv/net/ethip/atrans.h


Ignore:
Timestamp:
2014-07-17T08:38:22Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
071a2c60
Parents:
78192cc7
Message:

Make sure we wait the specified time before giving up on ARP translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/ethip/atrans.h

    r78192cc7 rf303f2cf  
    4545extern int atrans_remove(addr32_t);
    4646extern int atrans_lookup(addr32_t, addr48_t);
    47 extern int atrans_wait_timeout(suseconds_t);
     47extern int atrans_lookup_timeout(addr32_t, suseconds_t, addr48_t);
    4848
    4949#endif
Note: See TracChangeset for help on using the changeset viewer.