Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/skywalk/
H A Dskt_xfer.c1792 struct timespec snd_timeout; in ping_pong() local
1811 snd_timeout.tv_sec = XFER_PING_TIMEOUT_SECS; in ping_pong()
1812 snd_timeout.tv_nsec = XFER_PING_TIMEOUT_NSECS; in ping_pong()
1864 timeout = &snd_timeout; in ping_pong()