HomeSort by: relevance | last modified time | path
    Searched defs:netid_udp (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
rpc_generic.c 257 char *netid_udp = NULL; local in function:__rpc_getconfip
263 netid_udp = netid_udp_main;
268 netid_udp = thr_getspecific(udp_key);
271 netid_udp = netid_udp_main;
277 if (!netid_udp && !netid_tcp) {
302 netid_udp = strdup(nconf->nc_netid);
303 if (netid_udp == NULL)
307 netid_udp_main = netid_udp;
310 (void *) netid_udp);
312 netid_udp_main = netid_udp;
    [all...]

Completed in 13 milliseconds