Searched refs:hostname (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | ethers.c | 56 int ether_line(const char *line, struct ether_addr *addr, char *hostname) in ether_line() argument 65 *hostname++ = *name++; in ether_line() 67 *hostname = '\0'; in ether_line() 72 int ether_ntohost(char *hostname, const struct ether_addr *addr) in ether_ntohost() argument 90 strcpy(hostname, cp); in ether_ntohost() 99 int ether_hostton(const char *hostname, struct ether_addr *addr) in ether_hostton() argument 113 if (strcasecmp(hostname, cp)) in ether_hostton()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/inet/ |
A D | tst-ethers-line.c | 23 char hostname[ETHER_LINE_LEN]; in main() local 44 ether_line(ethers, &addr, hostname); in main() 51 printf(" %s\n", hostname); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | clnt_generic.c | 47 clnt_create (const char *hostname, u_long prog, u_long vers, in clnt_create() argument 67 strcpy (sun.sun_path, hostname); in clnt_create() 85 while (gethostbyname_r (hostname, &hostbuf, hsttmpbuf, hstbuflen, in clnt_create()
|
Completed in 3 milliseconds