nsockfd 381 tools/usb/usbip/src/usbipd.c int ret, nsockfd = 0; nsockfd 385 tools/usb/usbip/src/usbipd.c for (ai = ai_head; ai && nsockfd < maxsockfd; ai = ai->ai_next) { nsockfd 420 tools/usb/usbip/src/usbipd.c sockfdlist[nsockfd++] = sock; nsockfd 423 tools/usb/usbip/src/usbipd.c return nsockfd; nsockfd 495 tools/usb/usbip/src/usbipd.c int nsockfd, family; nsockfd 535 tools/usb/usbip/src/usbipd.c nsockfd = listen_all_addrinfo(ai_head, sockfdlist, nsockfd 538 tools/usb/usbip/src/usbipd.c if (nsockfd <= 0) { nsockfd 544 tools/usb/usbip/src/usbipd.c dbg("listening on %d address%s", nsockfd, (nsockfd == 1) ? "" : "es"); nsockfd 546 tools/usb/usbip/src/usbipd.c fds = calloc(nsockfd, sizeof(struct pollfd)); nsockfd 547 tools/usb/usbip/src/usbipd.c for (i = 0; i < nsockfd; i++) { nsockfd 562 tools/usb/usbip/src/usbipd.c r = ppoll(fds, nsockfd, &timeout, &sigmask); nsockfd 567 tools/usb/usbip/src/usbipd.c for (i = 0; i < nsockfd; i++) {