tap_socket_list
struct tap_socket_list* acceptlist;
struct tap_socket_list* next;
static int tap_socket_list_insert(struct tap_socket_list** liststart,
struct tap_socket_list* entry = (struct tap_socket_list*)
static void tap_socket_list_delete(struct tap_socket_list* list)
struct tap_socket_list* e = list, *next;
static int tap_socket_list_addevs(struct tap_socket_list* list,
struct tap_socket_list* entry;
struct tap_socket_list;