Searched refs:netid_udp (Results 1 – 1 of 1) sorted by relevance
257 char *netid_udp = NULL; in __rpc_getconfip() local263 netid_udp = netid_udp_main; in __rpc_getconfip()268 netid_udp = thr_getspecific(udp_key); in __rpc_getconfip()271 netid_udp = netid_udp_main; in __rpc_getconfip()277 if (!netid_udp && !netid_tcp) { in __rpc_getconfip()302 netid_udp = strdup(nconf->nc_netid); in __rpc_getconfip()303 if (netid_udp == NULL) in __rpc_getconfip()307 netid_udp_main = netid_udp; in __rpc_getconfip()310 (void *) netid_udp); in __rpc_getconfip()312 netid_udp_main = netid_udp; in __rpc_getconfip()[all …]