Home
last modified time | relevance | path

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

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