Lines Matching defs:socklist
171 struct socklist {
179 int (*sl_recv)(struct socklist *);
180 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;
502 struct socklist *sl = calloc(1, sizeof(*sl));
515 struct socklist *sl;
693 * secure mode. Add peers to the socklist, if allowed.
832 socklist_recv_sock(struct socklist *sl)
1345 socklist_recv_file(struct socklist *sl)
2267 struct socklist *sl;
3079 struct socklist *boundsock;
3105 struct socklist *boundsock;
3835 static struct socklist *
3838 struct socklist *sl;
3839 int (*sl_recv)(struct socklist *);
3937 /* Copy *ai->ai_addr to the tail of struct socklist if any. */