Changes in uspace/srv/net/nil/nildummy/nildummy.c [4eca056:1bfd3d3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/nildummy/nildummy.c
r4eca056 r1bfd3d3 142 142 * @param[in] service The device driver service. 143 143 * @param[in] mtu The device maximum transmission unit. 144 * @return sEOK on success.145 * @return sEEXIST if the device with the different service exists.146 * @return sENOMEM if there is not enough memory left.147 * @return sOther error codes as defined for the144 * @return EOK on success. 145 * @return EEXIST if the device with the different service exists. 146 * @return ENOMEM if there is not enough memory left. 147 * @return Other error codes as defined for the 148 148 * netif_bind_service() function. 149 * @return sOther error codes as defined for the149 * @return Other error codes as defined for the 150 150 * netif_get_addr_req() function. 151 151 */
Note:
See TracChangeset
for help on using the changeset viewer.