Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpc_generic.c215 char *netid_udp = (char *) NULL; in __rpc_getconfip() local
222 netid_udp = netid_udp_main; in __rpc_getconfip()
229 netid_udp = (char *)thr_getspecific(udp_key); in __rpc_getconfip()
231 if (!netid_udp && !netid_tcp) { in __rpc_getconfip()
251 netid_udp == NULL) { in __rpc_getconfip()
252 netid_udp = strdup(nconf->nc_netid); in __rpc_getconfip()
254 netid_udp_main = netid_udp; in __rpc_getconfip()
257 (void *) netid_udp); in __rpc_getconfip()
264 netid = netid_udp; in __rpc_getconfip()
/freebsd/sys/rpc/
H A Drpc_generic.c515 static char *netid_udp = (char *) NULL; in __rpc_getconfip() local
518 if (!netid_udp && !netid_tcp) { in __rpc_getconfip()
533 netid_udp = strdup(nconf->nc_netid, in __rpc_getconfip()
541 netid = netid_udp; in __rpc_getconfip()