Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_utunloop.c770 int sourcesock1, int sinksock2, int sourcesock2, int sinksock1) in dotraffic() argument
777 assert(sinksock2 != -1); in dotraffic()
784 error = pthread_create(&sinkthread2, NULL, sinkfunc, &sinksock2); in dotraffic()
813 T_LOG("closing sinksock2 %d\n", sinksock2); in dotraffic()
814 error = close(sinksock2); in dotraffic()
829 if (sourcesock2 != sinksock2 && sourcesock2 != -1) { in dotraffic()