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 578 B image not shown  

Quelle  prprotoent.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PRProtoEnt
==========

Protocol entry returned by :ref:`PR_GetProtoByName` and
:ref:`PR_GetProtoByNumber`.


Syntax
------

.. code::

   #include <prnetdb.h>

   typedef struct PRProtoEnt {
     char *p_name;
     char **p_aliases;
   #if defined(_WIN32)
     PRInt16 p_num;
   #else
     PRInt32 p_num;
   #endif
   } PRProtoEnt;


Fields
~~~~~~

The structure has the following fields:

``p_name``
   Pointer to official protocol name.
``p_aliases``
   Pointer to a pointer to a list of aliases. The list is terminated
   with a ``NULL`` entry.
``p_num``
   Protocol number.

[ Dauer der Verarbeitung: 0.26 Sekunden  ]