Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Drpc_generic.c256 char *netid_tcp = NULL; in __rpc_getconfip() local
264 netid_tcp = netid_tcp_main; in __rpc_getconfip()
267 netid_tcp = thr_getspecific(tcp_key); in __rpc_getconfip()
272 netid_tcp = netid_tcp_main; in __rpc_getconfip()
277 if (!netid_udp && !netid_tcp) { in __rpc_getconfip()
288 netid_tcp = strdup(nconf->nc_netid); in __rpc_getconfip()
289 if (netid_tcp == NULL) in __rpc_getconfip()
293 netid_tcp_main = netid_tcp; in __rpc_getconfip()
296 (void *) netid_tcp); in __rpc_getconfip()
298 netid_tcp_main = netid_tcp; in __rpc_getconfip()
[all …]