Home | History | Annotate | Download | only in ping

Lines Matching refs:recvmsg

613 		 * 2. Avoid use of poll(), when recvmsg() can provide
619 /* If we are here, recvmsg() is unable to wait for
630 * Use nonblocking recvmsg() instead. */
664 cc = recvmsg(icmp_sock, &msg, polling);
672 perror("ping: recvmsg");
708 /* Otherwise, try to recvmsg() again. recvmsg()
991 res = recvmsg(icmp_sock, &msg, MSG_ERRQUEUE|MSG_DONTWAIT);