Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dethernet.h22 typedef void (ethernet_gotfunc)(void *dev, const uae_u8 *data, int len); typedef
31 extern int ethernet_open (struct netdriverdata *ndd, void*, void*, ethernet_gotfunc*, ethernet_getf…
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dethernet.cpp29 ethernet_gotfunc *gotfunc;
104 int ethernet_open (struct netdriverdata *ndd, void *vsd, void *user, ethernet_gotfunc *gotfunc, eth… in ethernet_open()