Searched refs:etherent (Results 1 – 2 of 2) sorted by relevance
| /inet/ |
| A D | ether_ntoh.c | 27 typedef int (*lookup_function) (const struct ether_addr *, struct etherent *, 41 struct etherent etherent; in ether_ntohost() local 49 status = (*fct.f) (addr, ðerent, buffer, sizeof buffer, &errno); in ether_ntohost() 58 strcpy (hostname, etherent.e_name); in ether_ntohost()
|
| A D | ether_hton.c | 26 typedef int (*lookup_function) (const char *, struct etherent *, char *, int, 40 struct etherent etherent; in ether_hostton() local 48 status = (*fct.f) (hostname, ðerent, buffer, sizeof buffer, &errno); in ether_hostton() 54 memcpy (addr, etherent.e_addr.ether_addr_octet, in ether_hostton()
|
Completed in 4 milliseconds