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

Network database entry. More...

#include <zephyr/posix/netdb.h>

Data Fields

char * n_name
 Official network name.
 
char ** n_aliases
 NULL-terminated list of alternate names.
 
int n_addrtype
 Address type (AF_INET).
 
uint32_t n_net
 Network number (host byte order).
 

Detailed Description

Network database entry.

Definition at line 47 of file netdb.h.

Field Documentation

◆ n_addrtype

int netent::n_addrtype

Address type (AF_INET).

Definition at line 50 of file netdb.h.

◆ n_aliases

char** netent::n_aliases

NULL-terminated list of alternate names.

Definition at line 49 of file netdb.h.

◆ n_name

char* netent::n_name

Official network name.

Definition at line 48 of file netdb.h.

◆ n_net

uint32_t netent::n_net

Network number (host byte order).

Definition at line 51 of file netdb.h.


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