Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskt_utunloop.c769 int sourcesock1, int sinksock2, int sourcesock2, int sinksock1) in dotraffic() argument
776 assert(sinksock2 != -1); in dotraffic()
783 error = pthread_create(&sinkthread2, NULL, sinkfunc, &sinksock2); in dotraffic()
812 T_LOG("closing sinksock2 %d\n", sinksock2); in dotraffic()
813 error = close(sinksock2); in dotraffic()
828 if (sourcesock2 != sinksock2 && sourcesock2 != -1) { in dotraffic()