Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/generic/generic.c

    r1bfd3d3 r4eca056  
    9292 * @param[out] address  The desired address.
    9393 * @param[out] data     The address data container.
    94  * @return              EOK on success.
    95  * @return              EBADMEM if the address parameter and/or the data
     94 * @returns             EOK on success.
     95 * @returns             EBADMEM if the address parameter and/or the data
    9696 *                      parameter is NULL.
    97  * @return              Other error codes as defined for the specific service
     97 * @returns             Other error codes as defined for the specific service
    9898 *                      message.
    9999 */
     
    223223 * @param[out] translation The translated values.
    224224 * @param[out] data     The translation data container.
    225  * @return              EOK on success.
    226  * @return              EINVAL if the configuration parameter is NULL.
    227  * @return              EINVAL if the count parameter is zero.
    228  * @return              EBADMEM if the translation or the data parameters are
     225 * @returns             EOK on success.
     226 * @returns             EINVAL if the configuration parameter is NULL.
     227 * @returns             EINVAL if the count parameter is zero.
     228 * @returns             EBADMEM if the translation or the data parameters are
    229229 *                      NULL.
    230  * @return              Other error codes as defined for the specific service
     230 * @returns             Other error codes as defined for the specific service
    231231 *                      message.
    232232 */
Note: See TracChangeset for help on using the changeset viewer.