Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnw5sck.h32 struct nwsockent local_context; variable
55 # define gethostbyname(name) NetDBgethostbyname(&local_context,name)
56 # define gethostbyaddr(a,l,t) NetDBgethostbyaddr(&local_context,a,l,t)
58 # define endhostent() NetDBendhostent(&local_context)
59 # define endnetent() NWendnetent(&local_context)
60 # define endprotoent() NWendprotoent(&local_context)
61 # define endservent() NWendservent(&local_context)
62 # define gethostent() NetDBgethostent(&local_context,NULL)
63 # define getprotoent() NWgetprotoent(&local_context)
64 # define gethostbyaddr(a,l,t) NetDBgethostbyaddr(&local_context,a,l,t)
[all …]