Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dbtbb.h267 typedef struct lell_pcap_handle lell_pcap_handle; typedef
269 int lell_pcap_create_file(const char *filename, lell_pcap_handle ** ph);
271 int lell_pcap_ppi_create_file(const char *filename, int btle_ppi_version, lell_pcap_handle ** ph);
273 int lell_pcap_append_packet(lell_pcap_handle * h, const uint64_t ns,
276 int lell_pcap_append_ppi_packet(lell_pcap_handle * h, const uint64_t ns,
281 int lell_pcap_close(lell_pcap_handle *h);
H A Dpcap.c227 struct lell_pcap_handle { struct
234 lell_pcap_create_file_dlt(const char *filename, int dlt, lell_pcap_handle ** ph) in lell_pcap_create_file_dlt() argument
237 lell_pcap_handle * handle = malloc( sizeof(lell_pcap_handle) ); in lell_pcap_create_file_dlt()
261 lell_pcap_create_file(const char *filename, lell_pcap_handle ** ph) in lell_pcap_create_file()
268 lell_pcap_handle ** ph) in lell_pcap_ppi_create_file()
313 lell_pcap_append_packet(lell_pcap_handle * h, const uint64_t ns, in lell_pcap_append_packet()
375 lell_pcap_append_ppi_packet(lell_pcap_handle * h, const uint64_t ns, in lell_pcap_append_ppi_packet()
421 lell_pcap_close(lell_pcap_handle *h) in lell_pcap_close()