37 #define LOADER_LOAD(name, arg) dll_loader_load(name, arg)
38 #define LOADER_UNLOAD() dll_loader_unload((void *)autostart_processes)
39 #define LOADER_LOAD_DSC(name) dll_loader_load_dsc(name)
40 #define LOADER_UNLOAD_DSC(dsc) dll_loader_unload_dsc(dsc)
42 CCIF
int dll_loader_load(
char *name,
char *arg);
43 CCIF
void dll_loader_unload(
void *
addr);
44 CCIF
struct dsc *dll_loader_load_dsc(
char *name);
45 CCIF
void __stdcall dll_loader_unload_dsc(
void *
addr);
The DSC program description structure.
static uip_ds6_addr_t * addr
Pointer to a router list entry.