Searched refs:Ssock (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/lsof-52/lsof/tests/
H A DLTsock.c167 int Ssock = -1; /* server socket */ variable
322 Ssock = tsfd;
334 if (bind(Ssock, (struct sockaddr *)&ba, sizeof(ba)) < 0) {
339 if (getsockname(Ssock, (struct sockaddr *)&ca, &sal)) {
344 if (listen(Ssock, 1) < 0) {
393 tsfd = FdPara[LT_SRVR].fd = accept(Ssock, (struct sockaddr *)&aa, &sal);
407 (void) close(Ssock);
408 Ssock = -1;
547 if ((Ssock >= 0) && (Ssock !
[all...]

Completed in 67 milliseconds