Changeset c477c80 in mainline for uspace/lib/nic/src
- Timestamp:
- 2019-01-03T22:23:00Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06412ba
- Parents:
- 7acd787
- Location:
- uspace/lib/nic/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_addr_db.c
r7acd787 rc477c80 163 163 * @return EOK If the address was inserted 164 164 * @return ENOMEM If there was not enough memory 165 * @return EEXIST If this ad ress already is in the db165 * @return EEXIST If this address already is in the db 166 166 */ 167 167 errno_t nic_addr_db_insert(nic_addr_db_t *db, const uint8_t *addr) -
uspace/lib/nic/src/nic_driver.c
r7acd787 rc477c80 418 418 } 419 419 420 /** Inform the NICF about device's MAC ad ress.420 /** Inform the NICF about device's MAC address. 421 421 * 422 422 * @return EOK On success
Note:
See TracChangeset
for help on using the changeset viewer.