Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c193 static pthread_key_t udp_key = PTHREAD_ONCE_KEY_NP; in __rpc_getconfip() local
202 (void) pthread_key_create_once_np(&udp_key, free); in __rpc_getconfip()
203 netid_udp = pthread_getspecific(udp_key); in __rpc_getconfip()
240 udp_key, in __rpc_getconfip()