Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/rpc/
H A Drpc_generic.c231 static thread_key_t tcp_key, udp_key; in __rpc_getconfip() local
237 if (tcp_key == 0) { in __rpc_getconfip()
239 if (tcp_key == 0) in __rpc_getconfip()
240 thr_keycreate(&tcp_key, free); in __rpc_getconfip()
243 netid_tcp = (char *)thr_getspecific(tcp_key); in __rpc_getconfip()
267 thr_setspecific(tcp_key, in __rpc_getconfip()