Searched refs:portbuf (Results 1 – 1 of 1) sorted by relevance
2032 char hostbuf[NI_MAXHOST], portbuf[NI_MAXSERV]; in dataconn() local2037 portbuf, sizeof(portbuf) - 1, in dataconn()2039 *hostbuf = *portbuf = 0; in dataconn()2041 portbuf[sizeof(portbuf) - 1] = 0; in dataconn()2043 hostbuf, portbuf, strerror(errno)); in dataconn()