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

Network entry returned by getnetbyname() (legacy). 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 entry returned by getnetbyname() (legacy).

Definition at line 67 of file netdb.h.

Field Documentation

◆ n_addrtype

int netent::n_addrtype

Address type (AF_INET).

Definition at line 70 of file netdb.h.

◆ n_aliases

char** netent::n_aliases

NULL-terminated list of alternate names.

Definition at line 69 of file netdb.h.

◆ n_name

char* netent::n_name

Official network name.

Definition at line 68 of file netdb.h.

◆ n_net

uint32_t netent::n_net

Network number (host byte order).

Definition at line 71 of file netdb.h.


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