Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nettl/src/amap.c

    r8a637a4 rb10460a  
    349349 * @param aepp Place to store actual endpoint pair, possibly with allocated port
    350350 *
    351  * @return EOK on success, EEXIST if conflicting epp exists,
     351 * @return EOK on success, EEXISTS if conflicting epp exists,
    352352 *         ENOMEM if out of memory
    353353 */
     
    394394 * @param aepp Place to store actual endpoint pair, possibly with allocated port
    395395 *
    396  * @return EOK on success, EEXIST if conflicting epp exists,
     396 * @return EOK on success, EEXISTS if conflicting epp exists,
    397397 *         ENOMEM if out of memory
    398398 */
     
    438438 * @param aepp Place to store actual endpoint pair, possibly with allocated port
    439439 *
    440  * @return EOK on success, EEXIST if conflicting epp exists,
     440 * @return EOK on success, EEXISTS if conflicting epp exists,
    441441 *         ENOMEM if out of memory
    442442 */
     
    482482 * @param aepp Place to store actual endpoint pair, possibly with allocated port
    483483 *
    484  * @return EOK on success, EEXIST if conflicting epp exists,
     484 * @return EOK on success, EEXISTS if conflicting epp exists,
    485485 *         ENOMEM if out of memory
    486486 */
     
    515515 * @param aepp Place to store actual endpoint pair, possibly with allocated port
    516516 *
    517  * @return EOK on success, EEXIST if conflicting epp exists,
     517 * @return EOK on success, EEXISTS if conflicting epp exists,
    518518 *         ENOMEM if out of memory
    519519 */
Note: See TracChangeset for help on using the changeset viewer.