-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
librdmacm/man: Add the manual page for rdma_freeaddrinfo
Add the manual page for rdma_freeaddrinfo. Signed-off-by: Mark Zhang <[email protected]> Reviewed-by: Maher Sanalla <[email protected]> Signed-off-by: Yishai Hadas <[email protected]>
- Loading branch information
1 parent
aac4923
commit dca0a8a
Showing
4 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
================= | ||
RDMA_FREEADDRINFO | ||
================= | ||
|
||
----------------------------------------------------------------------- | ||
Frees the list of rdma_addrinfo structures returned by rdma_getaddrinfo | ||
----------------------------------------------------------------------- | ||
|
||
:Date: 2025-02-03 | ||
:Manual section: 3 | ||
:Manual group: Librdmacm Programmer's Manual | ||
|
||
|
||
SYNOPSIS | ||
======== | ||
|
||
#include <rdma/rdma_cma.h> | ||
|
||
void rdma_freeaddrinfo (struct rdma_addrinfo \*res); | ||
|
||
ARGUMENTS | ||
========= | ||
|
||
res List of rdma_addrinfo structures returned by rdma_getaddrinfo. | ||
|
||
DESCRIPTION | ||
=========== | ||
|
||
Frees the list of rdma_addrinfo structures returned by rdma_getaddrinfo. | ||
|
||
RETURN VALUE | ||
============ | ||
|
||
None | ||
|
||
SEE ALSO | ||
======== | ||
|
||
rdma_getaddrinfo(3) | ||
|
||
AUTHOR | ||
====== | ||
|
||
Mark Zhang <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters