Searched refs:btbb_pcap_handle (Results 1 – 2 of 2) sorted by relevance
257 typedef struct btbb_pcap_handle btbb_pcap_handle; typedef259 int btbb_pcap_create_file(const char *filename, btbb_pcap_handle ** ph);261 int btbb_pcap_append_packet(btbb_pcap_handle * h, const uint64_t ns,265 int btbb_pcap_close(btbb_pcap_handle * h);
70 struct btbb_pcap_handle { struct75 btbb_pcap_create_file(const char *filename, btbb_pcap_handle ** ph) in btbb_pcap_create_file() argument78 btbb_pcap_handle * handle = malloc( sizeof(btbb_pcap_handle) ); in btbb_pcap_create_file()173 btbb_pcap_append_packet(btbb_pcap_handle * h, const uint64_t ns, in btbb_pcap_append_packet()213 btbb_pcap_close(btbb_pcap_handle * h) in btbb_pcap_close()