pcap_cache 4860 source3/include/proto.h bool pcap_cache_add_specific(struct pcap_cache **ppcache, const char *name, const char *comment); pcap_cache 4861 source3/include/proto.h void pcap_cache_destroy_specific(struct pcap_cache **ppcache); pcap_cache 4864 source3/include/proto.h void pcap_cache_replace(const struct pcap_cache *cache); pcap_cache 4867 source3/include/proto.h void pcap_printer_fn_specific(const struct pcap_cache *, void (*fn)(const char *, const char *, void *), void *); pcap_cache 75 source3/printing/pcap.c bool pcap_cache_add_specific(struct pcap_cache **ppcache, const char *name, const char *comment) pcap_cache 94 source3/printing/pcap.c void pcap_cache_destroy_specific(struct pcap_cache **pp_cache) pcap_cache 118 source3/printing/pcap.c void pcap_cache_replace(const struct pcap_cache *pcache) pcap_cache 271 source3/printing/pcap.c void pcap_printer_fn_specific(const struct pcap_cache *pc,