Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Dauth_time.c250 int udp_ep = -1, tcp_ep = -1; in __rpc_get_time_offset() local
287 (i < epl) && ((udp_ep == -1) || (tcp_ep == -1)); i++) { in __rpc_get_time_offset()
291 tcp_ep = i; in __rpc_get_time_offset()
295 if (tcp_ep > -1) { in __rpc_get_time_offset()
296 useep = &ep[tcp_ep]; in __rpc_get_time_offset()
297 useua = ep[tcp_ep].uaddr; in __rpc_get_time_offset()