Changes in uspace/srv/net/ethip/atrans.h [d8b47eca:f303f2cf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/atrans.h
rd8b47eca rf303f2cf 45 45 extern int atrans_remove(addr32_t); 46 46 extern int atrans_lookup(addr32_t, addr48_t); 47 extern int atrans_ wait_timeout(suseconds_t);47 extern int atrans_lookup_timeout(addr32_t, suseconds_t, addr48_t); 48 48 49 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.