Home
last modified time | relevance | path

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

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