Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 427 B image not shown  

Quelle  pr_familyinet.rst   Sprache: unbekannt

 
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.

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]