ppcache          4860 source3/include/proto.h bool pcap_cache_add_specific(struct pcap_cache **ppcache, const char *name, const char *comment);
ppcache          4861 source3/include/proto.h void pcap_cache_destroy_specific(struct pcap_cache **ppcache);
ppcache            75 source3/printing/pcap.c bool pcap_cache_add_specific(struct pcap_cache **ppcache, const char *name, const char *comment)
ppcache            88 source3/printing/pcap.c 	p->next = *ppcache;
ppcache            89 source3/printing/pcap.c 	*ppcache = p;