Changeset 09ab0a9a in mainline for uspace/lib/nic/src
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/lib/nic/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_addr_db.c
rb2aaaa0 r09ab0a9a 45 45 #include <stdint.h> 46 46 47 48 47 /** 49 48 * Helper structure for keeping the address in the hash set. … … 54 53 uint8_t addr[1]; 55 54 } nic_addr_entry_t; 56 57 55 58 56 /* … … 156 154 } 157 155 158 159 156 /** 160 157 * Insert an address to the db -
uspace/lib/nic/src/nic_impl.c
rb2aaaa0 r09ab0a9a 313 313 return rc; 314 314 } 315 316 315 317 316 /** -
uspace/lib/nic/src/nic_rx_control.c
rb2aaaa0 r09ab0a9a 384 384 return EOK; 385 385 } 386 387 386 388 387 /** … … 524 523 } 525 524 526 527 525 /** 528 526 * Computes hash for the address list based on standard multicast address -
uspace/lib/nic/src/nic_wol_virtues.c
rb2aaaa0 r09ab0a9a 40 40 #include <assert.h> 41 41 #include <errno.h> 42 43 42 44 43 /* … … 214 213 } 215 214 216 217 215 /** 218 216 * Searches the filters table for a filter with specified ID
Note:
See TracChangeset
for help on using the changeset viewer.