mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 09:00:21 +01:00
docs: clarify byte order of returned value from nm_utils_ip4_prefix_to_netmask()
This commit is contained in:
parent
ce1a7bd5cb
commit
f19c33b56f
1 changed files with 1 additions and 1 deletions
|
|
@ -1576,7 +1576,7 @@ nm_utils_ip4_netmask_to_prefix (guint32 netmask)
|
|||
* nm_utils_ip4_prefix_to_netmask:
|
||||
* @prefix: a CIDR prefix
|
||||
*
|
||||
* Returns: the netmask represented by the prefix
|
||||
* Returns: the netmask represented by the prefix, in network byte order
|
||||
**/
|
||||
guint32
|
||||
nm_utils_ip4_prefix_to_netmask (guint32 prefix)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue