Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_time.c248 int udp_ep = -1, tcp_ep = -1; in __rpc_get_time_offset() local
285 (i < epl) && ((udp_ep == -1) || (tcp_ep == -1)); i++) { in __rpc_get_time_offset()
289 tcp_ep = i; in __rpc_get_time_offset()
293 if (tcp_ep > -1) { in __rpc_get_time_offset()
294 useep = &ep[tcp_ep]; in __rpc_get_time_offset()
295 useua = ep[tcp_ep].uaddr; in __rpc_get_time_offset()