Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpc_generic.c195 static thread_key_t tcp_key, udp_key; variable
203 tcp_key_error = thr_keycreate(&tcp_key, free); in keys_init()
229 netid_tcp = (char *)thr_getspecific(tcp_key); in __rpc_getconfip()
248 thr_setspecific(tcp_key, in __rpc_getconfip()