Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c203 char ipuaddr[INET6_ADDRSTRLEN]; in __rpc_get_time_offset() local
357 (void) sprintf(ipuaddr, "%d.%d.%d.%d.0.111", in __rpc_get_time_offset()
359 useua = &ipuaddr[0]; in __rpc_get_time_offset()
364 if (strlen(useua) >= sizeof (ipuaddr)) { in __rpc_get_time_offset()
371 (void) strcpy(ipuaddr, useua); in __rpc_get_time_offset()
374 if ((dot = strrchr(ipuaddr, '.')) != 0) { in __rpc_get_time_offset()
376 if ((dot = strrchr(ipuaddr, '.')) != 0) in __rpc_get_time_offset()
381 (len = strlen(ipuaddr))+strlen(port) >= in __rpc_get_time_offset()
382 sizeof (ipuaddr)) { in __rpc_get_time_offset()
390 (void) strcat(ipuaddr + len, port); in __rpc_get_time_offset()
[all …]