Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dpcap-tc.c125 static void TcCleanup(pcap_t *p);
689 p->cleanup_op = TcCleanup; in TcActivate()
693 TcCleanup(p); in TcActivate()
806 static void TcCleanup(pcap_t *p) in TcCleanup() function