Searched defs:netent (Results 1 – 2 of 2) sorted by relevance
26 struct netent struct28 char *n_name; /* Official name of network. */29 char **n_aliases; /* Alias list. */30 int n_addrtype; /* Net address type. */33 unsigned long int n_net; /* Network number. */
26 struct netent struct28 char *n_name; /* Official name of network. */29 char **n_aliases; /* Alias list. */30 int n_addrtype; /* Net address type. */31 uint32_t n_net; /* Network number. */
Completed in 3 milliseconds