Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/netif/lo/lo.c

    r4eca056 r1bfd3d3  
    103103 * @param[in] device    The device structure.
    104104 * @param[in] state     The new device state.
    105  * @returns             The new state if changed.
    106  * @returns             EOK otherwise.
     105 * @return              The new state if changed.
     106 * @return              EOK otherwise.
    107107 */
    108108static int change_state_message(netif_device_t *device, device_state_t state)
     
    124124 * @param[in] device_id The new devce identifier.
    125125 * @param[out] device   The device structure.
    126  * @returns             EOK on success.
    127  * @returns             EXDEV if one loopback network interface already exists.
    128  * @returns             ENOMEM if there is not enough memory left.
     126 * @return              EOK on success.
     127 * @return              EXDEV if one loopback network interface already exists.
     128 * @return              ENOMEM if there is not enough memory left.
    129129 */
    130130static int create(device_id_t device_id, netif_device_t **device)
Note: See TracChangeset for help on using the changeset viewer.