Rev 4703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4703 | Rev 4743 | ||
---|---|---|---|
Line 153... | Line 153... | ||
153 | res = netif_get_device_stats( device_id, stats ); |
153 | res = netif_get_device_stats( device_id, stats ); |
154 | fibril_rwlock_read_unlock( & netif_globals.lock ); |
154 | fibril_rwlock_read_unlock( & netif_globals.lock ); |
155 | return res; |
155 | return res; |
156 | } |
156 | } |
157 | 157 | ||
158 | int netif_get_addr( int netif_phone, device_id_t device_id, measured_string_ref * address, char ** data ){ |
158 | int netif_get_addr_req( int netif_phone, device_id_t device_id, measured_string_ref * address, char ** data ){ |
159 | ERROR_DECLARE; |
159 | ERROR_DECLARE; |
160 | 160 | ||
161 | measured_string_t translation; |
161 | measured_string_t translation; |
162 | 162 | ||
163 | if( !( address && data )) return EBADMEM; |
163 | if( !( address && data )) return EBADMEM; |