Searched refs:nethandle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsocket/socket/
H A D_soutil.c51 void **nethandle);
126 void *nethandle; local
129 net = _s_match_netconf(family, type, protocol, &nethandle);
152 (void) endnetconfig(nethandle);
157 (void) endnetconfig(nethandle);
162 (void) endnetconfig(nethandle);
167 (void) endnetconfig(nethandle);
176 _s_match_netconf(int family, int type, int proto, void **nethandle) argument
199 if ((*nethandle = setnetconfig()) == NULL) {
204 while ((net = getnetconfig(*nethandle)) !
[all...]

Completed in 28 milliseconds