HomeSort by: relevance | last modified time | path
    Searched defs:wait_for_reply (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/traceroute6/
traceroute6.c 314 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
traceroute6.c 314 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
  /src/usr.sbin/traceroute/
traceroute.c 424 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
traceroute.c 424 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 38 milliseconds