Searched refs:tp (Results 1 – 2 of 2) sorted by relevance
111 tp = tmp; in inet_ntop6()122 *tp++ = ':'; in inet_ntop6()127 int err = inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)); in inet_ntop6()130 tp += strlen(tp); in inet_ntop6()133 tp += snprintf(tp, sizeof tmp - (tp - tmp), "%x", words[i]); in inet_ntop6()137 *tp++ = ':'; in inet_ntop6()138 *tp++ = '\0'; in inet_ntop6()193 *tp = nw; in inet_pton4()202 *++tp = 0; in inet_pton4()292 tp = endp; in inet_pton6()[all …]
197 tcp_conn_rec* tp; in tcp_make_connect() local200 tp = (tcp_conn_rec*) p; in tcp_make_connect()207 r = uv_tcp_connect(&tp->conn_req, in tcp_make_connect()
Completed in 7 milliseconds