Service database entry.
More...
#include <zephyr/posix/netdb.h>
|
| char * | s_name |
| | Official service name.
|
| |
| char ** | s_aliases |
| | NULL-terminated list of alternate names.
|
| |
| int | s_port |
| | Port number (network byte order).
|
| |
| char * | s_proto |
| | Protocol to use ("tcp" or "udp").
|
| |
Service database entry.
Definition at line 70 of file netdb.h.
◆ s_aliases
| char** servent::s_aliases |
NULL-terminated list of alternate names.
Definition at line 72 of file netdb.h.
◆ s_name
Official service name.
Definition at line 71 of file netdb.h.
◆ s_port
Port number (network byte order).
Definition at line 73 of file netdb.h.
◆ s_proto
Protocol to use ("tcp" or "udp").
Definition at line 74 of file netdb.h.
The documentation for this struct was generated from the following file: