Searched refs:ipuaddr (Results 1 – 1 of 1) sorted by relevance
205 char ipuaddr[INET6_ADDRSTRLEN]; in __rpc_get_time_offset() local359 (void) sprintf(ipuaddr, "%d.%d.%d.%d.0.111", in __rpc_get_time_offset()361 useua = &ipuaddr[0]; in __rpc_get_time_offset()366 if (strlen(useua) >= sizeof (ipuaddr)) { in __rpc_get_time_offset()373 (void) strcpy(ipuaddr, useua); in __rpc_get_time_offset()376 if ((dot = strrchr(ipuaddr, '.')) != 0) { in __rpc_get_time_offset()378 if ((dot = strrchr(ipuaddr, '.')) != 0) in __rpc_get_time_offset()383 (len = strlen(ipuaddr))+strlen(port) >= in __rpc_get_time_offset()384 sizeof (ipuaddr)) { in __rpc_get_time_offset()392 (void) strcat(ipuaddr + len, port); in __rpc_get_time_offset()[all …]