Lines Matching refs:tap_win32_overlapped_t
111 } tap_win32_overlapped_t; typedef
113 static tap_win32_overlapped_t tap_overlapped;
115 static tun_buffer_t* get_buffer_from_free_list(tap_win32_overlapped_t* const overlapped) in get_buffer_from_free_list()
128 static void put_buffer_on_free_list(tap_win32_overlapped_t* const overlapped, tun_buffer_t* const b… in put_buffer_on_free_list()
137 static tun_buffer_t* get_buffer_from_output_queue(tap_win32_overlapped_t* const overlapped, const i… in get_buffer_from_output_queue()
170 static tun_buffer_t* get_buffer_from_output_queue_immediate (tap_win32_overlapped_t* const overlapp… in get_buffer_from_output_queue_immediate()
175 static void put_buffer_on_output_queue(tap_win32_overlapped_t* const overlapped, tun_buffer_t* cons… in put_buffer_on_output_queue()
403 static void tap_win32_overlapped_init(tap_win32_overlapped_t* const overlapped, const HANDLE handle) in tap_win32_overlapped_init()
457 static int tap_win32_write(tap_win32_overlapped_t *overlapped, in tap_win32_write()
491 tap_win32_overlapped_t *overlapped = (tap_win32_overlapped_t*)param; in tap_win32_thread_entry()
544 static int tap_win32_read(tap_win32_overlapped_t *overlapped, in tap_win32_read()
562 static void tap_win32_free_buffer(tap_win32_overlapped_t *overlapped, in tap_win32_free_buffer()
569 static int tap_win32_open(tap_win32_overlapped_t **phandle, in tap_win32_open()
638 tap_win32_overlapped_t *handle;