Searched defs:iovsize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c1488 const size_t iovsize = sizeof(iov)/sizeof(iov[0]); local
1494 for (i = 0, q = qs; i < iovsize && q != NULL; ++i, q = q->next) {
1518 for (i = 0, q = qs; i < iovsize && q != NULL; ++i, q = q->next) {

Completed in 49 milliseconds