Searched refs:nete (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getnet.c | 37 static struct netent nete; variable 139 getnetent_r(&nete, netbuf, SBUFSIZE, &result, &herrnop); in getnetent() 175 getnetbyname_r(name, &nete, netbuf, SBUFSIZE, &result, &herrnop); in libc_hidden_def() 205 getnetbyaddr_r(net, type, &nete, netbuf, SBUFSIZE, &result, &herrnop); in libc_hidden_def()
|
Completed in 2 milliseconds