Subversion Repositories HelenOS

Rev

Rev 4503 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4503 Rev 4695
Line 84... Line 84...
84
 *  @returns EOK on success.
84
 *  @returns EOK on success.
85
 *  @returns ENOENT if the device is not found.
85
 *  @returns ENOENT if the device is not found.
86
 */
86
 */
87
int arp_clear_device_req( int arp_phone, device_id_t device_id );
87
int arp_clear_device_req( int arp_phone, device_id_t device_id );
88
 
88
 
-
 
89
/** Clears the given protocol address from the cache.
-
 
90
 *  @param arp_phone The ARP module phone used for (semi)remote calls. Input parameter.
-
 
91
 *  @param device_id The device identifier. Input parameter.
-
 
92
 *  @param protocol The requesting protocol service. Input parameter.
-
 
93
 *  @param address The protocol address to be cleared. Input parameter.
-
 
94
 *  @returns EOK on success.
-
 
95
 *  @returns ENOENT if the mapping is not found.
-
 
96
 */
-
 
97
int arp_clear_address_req( int arp_phone, device_id_t device_id, services_t protocol, measured_string_ref address );
-
 
98
 
89
/** Cleans the cache.
99
/** Cleans the cache.
90
 *  @param arp_phone The ARP module phone used for (semi)remote calls. Input parameter.
100
 *  @param arp_phone The ARP module phone used for (semi)remote calls. Input parameter.
91
 *  @returns EOK on success.
101
 *  @returns EOK on success.
92
 */
102
 */
93
int arp_clean_cache_req( int arp_phone );
103
int arp_clean_cache_req( int arp_phone );