Changeset fe5a9fc in mainline for uspace/srv/net/il/arp/arp_module.h


Ignore:
Timestamp:
2011-01-12T11:25:54Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73ac2e9
Parents:
77429d3
Message:

do not send extra ARP requests if a lookup is currently in progress (but remove the half-filled lookup data as soon as the lookup times out for the second time)
cstyle fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/arp/arp_module.h

    r77429d3 rfe5a9fc  
    4343
    4444extern int arp_initialize(async_client_conn_t);
    45 extern int arp_message_standalone(ipc_callid_t, ipc_call_t *, ipc_call_t *,
     45extern int arp_message(ipc_callid_t, ipc_call_t *, ipc_call_t *,
    4646    size_t *);
    4747
Note: See TracChangeset for help on using the changeset viewer.