Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c125 static void TcCleanup(pcap_t *p);
704 p->cleanup_op = TcCleanup; in TcActivate()
708 TcCleanup(p); in TcActivate()
821 static void TcCleanup(pcap_t *p) in TcCleanup() function