1
0
Fork 0
firefox/docs/nspr/reference/pr_familyinet.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
427 B
ReStructuredText

PR_FamilyInet
=============
Gets the value of the address family for Internet Protocol.
Syntax
------
.. code::
#include <prnetdb.h>
PRUint16 PR_FamilyInet(void);
Returns
~~~~~~~
The value of the address family for Internet Protocol. This is usually
``PR_AF_INET``, but can also be ``PR_AF_INET6`` if IPv6 is enabled. The
returned value can be assigned to the ``inet.family`` field of a
:ref:`PRNetAddr` object.