Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap-win32.c659 typedef struct TAPState { struct
662 } TAPState; typedef
666 TAPState *s = DO_UPCAST(TAPState, nc, nc); in tap_cleanup()
677 TAPState *s = DO_UPCAST(TAPState, nc, nc); in tap_receive()
684 TAPState *s = opaque; in tap_win32_send()
709 .size = sizeof(TAPState),
718 TAPState *s; in tap_win32_init()
728 s = DO_UPCAST(TAPState, nc, nc); in tap_win32_init()