Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dbtbb.h257 typedef struct btbb_pcap_handle btbb_pcap_handle; typedef
259 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);
H A Dpcap.c70 struct btbb_pcap_handle { struct
75 btbb_pcap_create_file(const char *filename, btbb_pcap_handle ** ph) in btbb_pcap_create_file() argument
78 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()