netio_handler_list_type
netio_handler_list_type *elt;
netio_handler_list_type *elt;
elt = (netio_handler_list_type *) region_alloc(
netio->region, sizeof(netio_handler_list_type));
netio_handler_list_type **elt_ptr;
netio_handler_list_type *next = (*elt_ptr)->next;
netio_handler_list_type *next;
netio_handler_list_type *handlers;
netio_handler_list_type *deallocated;
netio_handler_list_type *dispatch_next;