Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c123 static void TcCleanup(pcap_t *p);
634 p->cleanup_op = TcCleanup; in TcActivate()
638 TcCleanup(p); in TcActivate()
751 static void TcCleanup(pcap_t *p) in TcCleanup() function