Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskt_utunloop.c72 char debugcmd[1024]; variable
235 T_LOG("%s: Running %s\n", threadname, debugcmd); in skt_utunloop_xfer_slots()
236 pclose(popen(debugcmd, "r")); in skt_utunloop_xfer_slots()
879 …snprintf(debugcmd, sizeof(debugcmd), "netstat -qq -I %s > netstatqq.%s.txt; netstat -qq -I %s > ne… in skt_tunloop_common()