Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/testprogs/
H A Dwritecaptest.c66 stop_capture(DWORD ctrltype _U_) in stop_capture() function
73 stop_capture(int signum _U_) in stop_capture() function
426 SetConsoleCtrlHandler(stop_capture, TRUE); in main()
428 action.sa_handler = stop_capture; in main()