posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
protoent Struct Reference

Protocol entry returned by getprotobyname() (legacy). More...

#include <zephyr/posix/netdb.h>

Data Fields

char * p_name
 Official protocol name.
 
char ** p_aliases
 NULL-terminated list of alternate names.
 
int p_proto
 Protocol number.
 

Detailed Description

Protocol entry returned by getprotobyname() (legacy).

Definition at line 75 of file netdb.h.

Field Documentation

◆ p_aliases

char** protoent::p_aliases

NULL-terminated list of alternate names.

Definition at line 77 of file netdb.h.

◆ p_name

char* protoent::p_name

Official protocol name.

Definition at line 76 of file netdb.h.

◆ p_proto

int protoent::p_proto

Protocol number.

Definition at line 78 of file netdb.h.


The documentation for this struct was generated from the following file: