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

/netbsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c314 static ssize_t wait_for_reply(int, struct msghdr *);
693 while ((cc = wait_for_reply(rcvsock, &rcvmhdr))) {
747 wait_for_reply(int sock, struct msghdr *mhdr) function
/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c424 static ssize_t wait_for_reply(int, struct sockaddr_in *, const struct timeval *);
949 while ((cc = wait_for_reply(s, from, &t1)) != 0) {
1070 wait_for_reply(int sock, struct sockaddr_in *fromp, const struct timeval *tp) function

Completed in 267 milliseconds