HomeSort by relevance Sort by last modified time
    Searched full:tap_win32_overlapped_t (Results 1 - 1 of 1) sorted by null

  /external/qemu/
tap-win32.c 111 } tap_win32_overlapped_t; typedef in typeref:struct:tap_win32_overlapped
113 static tap_win32_overlapped_t tap_overlapped;
115 static tun_buffer_t* get_buffer_from_free_list(tap_win32_overlapped_t* const overlapped)
128 static void put_buffer_on_free_list(tap_win32_overlapped_t* const overlapped, tun_buffer_t* const buffer)
137 static tun_buffer_t* get_buffer_from_output_queue(tap_win32_overlapped_t* const overlapped, const int block)
170 static tun_buffer_t* get_buffer_from_output_queue_immediate (tap_win32_overlapped_t* const overlapped)
175 static void put_buffer_on_output_queue(tap_win32_overlapped_t* const overlapped, tun_buffer_t* const buffer)
403 static void tap_win32_overlapped_init(tap_win32_overlapped_t* const overlapped, const HANDLE handle)
457 static int tap_win32_write(tap_win32_overlapped_t *overlapped,
491 tap_win32_overlapped_t *overlapped = (tap_win32_overlapped_t*)param
    [all...]

Completed in 4087 milliseconds