Home
last modified time | relevance | path

Searched refs:etherent (Results 1 – 2 of 2) sorted by relevance

/inet/
A Dether_ntoh.c27 typedef int (*lookup_function) (const struct ether_addr *, struct etherent *,
41 struct etherent etherent; in ether_ntohost() local
49 status = (*fct.f) (addr, &etherent, buffer, sizeof buffer, &errno); in ether_ntohost()
58 strcpy (hostname, etherent.e_name); in ether_ntohost()
A Dether_hton.c26 typedef int (*lookup_function) (const char *, struct etherent *, char *, int,
40 struct etherent etherent; in ether_hostton() local
48 status = (*fct.f) (hostname, &etherent, buffer, sizeof buffer, &errno); in ether_hostton()
54 memcpy (addr, etherent.e_addr.ether_addr_octet, in ether_hostton()

Completed in 4 milliseconds