udp_stack_init
static void *udp_stack_init(netstackid_t stackid, netstack_t *ns);
netstack_register(NS_UDP, udp_stack_init, NULL, udp_stack_fini);