Searched refs:fdmaskp (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c689 struct pollfd fdmaskp[1]; local
732 fdmaskp[0].fd = s;
733 fdmaskp[0].events = POLLIN;
734 cc = prog_poll(fdmaskp, 1, (int)(sec * 1000));
/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c288 struct pollfd fdmaskp[1]; local
1051 fdmaskp[0].fd = s;
1052 fdmaskp[0].events = POLLIN;
1053 cc = poll(fdmaskp, 1, timeout);

Completed in 122 milliseconds