Changeset c477c80 in mainline for uspace/lib/nic/src/nic_addr_db.c
- 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
- File:
-
- 1 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)
Note:
See TracChangeset
for help on using the changeset viewer.