Rev 4332 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4332 | Rev 4350 | ||
|---|---|---|---|
| Line 70... | Line 70... | ||
| 70 | 70 | ||
| 71 | /** ARP global data. |
71 | /** ARP global data. |
| 72 | */ |
72 | */ |
| 73 | arp_globals_t arp_globals; |
73 | arp_globals_t arp_globals; |
| 74 | 74 | ||
| 75 | int arp_device_req( int arp_phone, device_id_t device_id, services_t protocol, services_t netif, measured_string_ref address ); |
- | |
| 76 | int arp_translate_req( int arp_phone, device_id_t device_id, services_t protocol, measured_string_ref address, measured_string_ref * translation, char ** data ); |
- | |
| 77 | - | ||
| 78 | /** Clears the whole cache. |
75 | /** Clears the whole cache. |
| 79 | * @returns EOK on success. |
76 | * @returns EOK on success. |
| 80 | */ |
77 | */ |
| 81 | int arp_clean_cache_req( int arp_phone ); |
78 | int arp_clean_cache_req( int arp_phone ); |
| 82 | 79 | ||
| 83 | /** Clears the device specific data from the cache. |
80 | /** Clears the device specific data from the cache. |
| - | 81 | * @param arp_phone The ARP module phone used for (semi)remote calls. Input parameter. |
|
| 84 | * @param device_id The device identifier. Input parameter. |
82 | * @param device_id The device identifier. Input parameter. |
| 85 | * @returns EOK on success. |
83 | * @returns EOK on success. |
| 86 | * @returns ENOENT if the device is not found in the cache. |
84 | * @returns ENOENT if the device is not found in the cache. |
| 87 | */ |
85 | */ |
| 88 | int arp_clear_device_req( int arp_phone, device_id_t device_id ); |
86 | int arp_clear_device_req( int arp_phone, device_id_t device_id ); |