Searched refs:socklist (Results 1 – 2 of 2) sorted by relevance
171 struct socklist { struct179 int (*sl_recv)(struct socklist *); argument180 STAILQ_ENTRY(socklist) next;182 static STAILQ_HEAD(, socklist) shead = STAILQ_HEAD_INITIALIZER(shead);354 static struct socklist *socksetup(struct addrinfo *, const char *, mode_t);355 static int socklist_recv_file(struct socklist *);356 static int socklist_recv_sock(struct socklist *);431 struct socklist *sl; in addsock()502 struct socklist *sl = calloc(1, sizeof(*sl)); in addfile()515 struct socklist *sl; in main()[all …]
93 va_list socklist; in close_sockets() local94 va_start(socklist, count); in close_sockets()96 close(va_arg(socklist, int)); in close_sockets()98 va_end(socklist); in close_sockets()