Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 4 of 4) sorted by relevance

/inet/
A Dtst-ether_aton.c10 char hostname[32], buf[64], *p; in do_test() local
30 &val, hostname)) == 0) in do_test()
35 strcpy (p, hostname); in do_test()
48 r = ether_line ("0:c0:2:d0 foo.bar ", &val, hostname); in do_test()
52 r = ether_line ("0:c0:2:d0:1a:2a ", &val, hostname); in do_test()
A Dether_line.c26 ether_line (const char *line, struct ether_addr *addr, char *hostname) in ether_line() argument
72 *hostname++ = *line++; in ether_line()
73 *hostname = '\0'; in ether_line()
A Dether_ntoh.c31 ether_ntohost (char *hostname, const struct ether_addr *addr) in ether_ntohost() argument
58 strcpy (hostname, etherent.e_name); in ether_ntohost()
A Dether_hton.c30 ether_hostton (const char *hostname, struct ether_addr *addr) in ether_hostton() argument
48 status = (*fct.f) (hostname, &etherent, buffer, sizeof buffer, &errno); in ether_hostton()

Completed in 4 milliseconds