Searched refs:lfds (Results 1 – 1 of 1) sorted by relevance
28 int *lfds, *cur_fd, err, optvalue = 1; in bind_reuseport_sock6() local38 lfds = malloc(nr_vips * nr_socks_per_vip * sizeof(lfds[0])); in bind_reuseport_sock6()39 if (!lfds) in bind_reuseport_sock6()42 cur_fd = lfds; in bind_reuseport_sock6()66 return lfds; in bind_reuseport_sock6()74 int *lfds, i, err; in main() local83 lfds = bind_reuseport_sock6(); in main()87 err = listen(lfds[i], 0); in main()101 close(lfds[i]); in main()103 free(lfds); in main()