Changes in uspace/lib/nettl/src/amap.c [8a637a4:b10460a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nettl/src/amap.c
r8a637a4 rb10460a 349 349 * @param aepp Place to store actual endpoint pair, possibly with allocated port 350 350 * 351 * @return EOK on success, EEXIST if conflicting epp exists,351 * @return EOK on success, EEXISTS if conflicting epp exists, 352 352 * ENOMEM if out of memory 353 353 */ … … 394 394 * @param aepp Place to store actual endpoint pair, possibly with allocated port 395 395 * 396 * @return EOK on success, EEXIST if conflicting epp exists,396 * @return EOK on success, EEXISTS if conflicting epp exists, 397 397 * ENOMEM if out of memory 398 398 */ … … 438 438 * @param aepp Place to store actual endpoint pair, possibly with allocated port 439 439 * 440 * @return EOK on success, EEXIST if conflicting epp exists,440 * @return EOK on success, EEXISTS if conflicting epp exists, 441 441 * ENOMEM if out of memory 442 442 */ … … 482 482 * @param aepp Place to store actual endpoint pair, possibly with allocated port 483 483 * 484 * @return EOK on success, EEXIST if conflicting epp exists,484 * @return EOK on success, EEXISTS if conflicting epp exists, 485 485 * ENOMEM if out of memory 486 486 */ … … 515 515 * @param aepp Place to store actual endpoint pair, possibly with allocated port 516 516 * 517 * @return EOK on success, EEXIST if conflicting epp exists,517 * @return EOK on success, EEXISTS if conflicting epp exists, 518 518 * ENOMEM if out of memory 519 519 */
Note:
See TracChangeset
for help on using the changeset viewer.