Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 3 of 3) sorted by relevance

/libbtbb/lib/src/
H A Dpcap.c75 btbb_pcap_create_file(const char *filename, btbb_pcap_handle ** ph) in btbb_pcap_create_file() argument
84 *ph = handle; in btbb_pcap_create_file()
234 lell_pcap_create_file_dlt(const char *filename, int dlt, lell_pcap_handle ** ph) in lell_pcap_create_file_dlt() argument
243 *ph = handle; in lell_pcap_create_file_dlt()
261 lell_pcap_create_file(const char *filename, lell_pcap_handle ** ph) in lell_pcap_create_file() argument
263 return lell_pcap_create_file_dlt(filename, DLT_BLUETOOTH_LE_LL_WITH_PHDR, ph); in lell_pcap_create_file()
268 lell_pcap_handle ** ph) in lell_pcap_ppi_create_file() argument
270 int retval = lell_pcap_create_file_dlt(filename, DLT_PPI, ph); in lell_pcap_ppi_create_file()
272 (*ph)->btle_ppi_version = btle_ppi_version; in lell_pcap_ppi_create_file()
H A Dbtbb.h214 …tbb_pcapng_create_file(const char *filename, const char *interface_desc, btbb_pcapng_handle ** ph);
246 …ell_pcapng_create_file(const char *filename, const char *interface_desc, lell_pcapng_handle ** ph);
259 int btbb_pcap_create_file(const char *filename, btbb_pcap_handle ** ph);
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);
H A Dpcapng-bt.c131 btbb_pcapng_handle ** ph ) in btbb_pcapng_create_file() argument
156 *ph = (btbb_pcapng_handle *) handle; in btbb_pcapng_create_file()
375 lell_pcapng_handle ** ph) in lell_pcapng_create_file() argument
400 *ph = (lell_pcapng_handle *) handle; in lell_pcapng_create_file()