Lines Matching refs:handle

59 check_and_fix_tsresol( PCAPNG_HANDLE * handle,  in check_and_fix_tsresol()  argument
91 retval = pcapng_append_interface_option( handle, in check_and_fix_tsresol()
101 create_bredr_capture_file_single_interface( PCAPNG_HANDLE * handle, in create_bredr_capture_file_single_interface() argument
107 retval = pcapng_create( handle, in create_bredr_capture_file_single_interface()
119 retval = check_and_fix_tsresol( handle, interface_options ); in create_bredr_capture_file_single_interface()
122 (void) pcapng_close( handle ); in create_bredr_capture_file_single_interface()
134 PCAPNG_HANDLE * handle = malloc( sizeof(PCAPNG_HANDLE) ); in btbb_pcapng_create_file() local
135 if (handle) { in btbb_pcapng_create_file()
152 retval = -create_bredr_capture_file_single_interface( handle, in btbb_pcapng_create_file()
156 *ph = (btbb_pcapng_handle *) handle; in btbb_pcapng_create_file()
159 free( handle ); in btbb_pcapng_create_file()
169 append_bredr_packet( PCAPNG_HANDLE * handle, in append_bredr_packet() argument
172 return pcapng_append_packet( handle, ( const enhanced_packet_block *) pkt ); in append_bredr_packet()
268 record_bd_addr_info( PCAPNG_HANDLE * handle, in record_bd_addr_info() argument
291 return pcapng_append_interface_option( handle, in record_bd_addr_info()
303 record_bredr_master_clock_info( PCAPNG_HANDLE * handle, in record_bredr_master_clock_info() argument
321 return pcapng_append_interface_option( handle, in record_bredr_master_clock_info()
345 create_le_capture_file_single_interface( PCAPNG_HANDLE * handle, in create_le_capture_file_single_interface() argument
351 retval = pcapng_create( handle, in create_le_capture_file_single_interface()
363 retval = check_and_fix_tsresol( handle, interface_options ); in create_le_capture_file_single_interface()
366 (void) pcapng_close( handle ); in create_le_capture_file_single_interface()
378 PCAPNG_HANDLE * handle = malloc( sizeof(PCAPNG_HANDLE) ); in lell_pcapng_create_file() local
379 if (handle) { in lell_pcapng_create_file()
396 retval = -create_le_capture_file_single_interface( handle, in lell_pcapng_create_file()
400 *ph = (lell_pcapng_handle *) handle; in lell_pcapng_create_file()
403 free( handle ); in lell_pcapng_create_file()
413 append_le_packet( PCAPNG_HANDLE * handle, in append_le_packet() argument
416 return pcapng_append_packet( handle, ( const enhanced_packet_block *) pkt ); in append_le_packet()
495 record_le_connect_req_info( PCAPNG_HANDLE * handle, in record_le_connect_req_info() argument
509 return pcapng_append_interface_option( handle, in record_le_connect_req_info()