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

  /src/usr.sbin/mtrace/
mtrace.c 150 int send_recv(u_int32_t dst, int type, int code,
391 send_recv(u_int32_t dst, int type, int code, int tries, struct resp_buf *save) function in typeref:typename:int
804 retval = send_recv(next, IGMP_DVMRP, DVMRP_ASK_NEIGHBORS2, 1, &incr[0]);
1372 if (send_recv(gwy, IGMP_DVMRP, DVMRP_ASK_NEIGHBORS2, 1, &incr[0])) {
1435 recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops, tries, &base);
1483 (recvlen = send_recv(lastout, IGMP_MTRACE_QUERY, hops, 1, &base)))
1485 else recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops, nqueries, &base);
1610 recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, rno, nqueries, new);
mtrace.c 150 int send_recv(u_int32_t dst, int type, int code,
391 send_recv(u_int32_t dst, int type, int code, int tries, struct resp_buf *save) function in typeref:typename:int
804 retval = send_recv(next, IGMP_DVMRP, DVMRP_ASK_NEIGHBORS2, 1, &incr[0]);
1372 if (send_recv(gwy, IGMP_DVMRP, DVMRP_ASK_NEIGHBORS2, 1, &incr[0])) {
1435 recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops, tries, &base);
1483 (recvlen = send_recv(lastout, IGMP_MTRACE_QUERY, hops, 1, &base)))
1485 else recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops, nqueries, &base);
1610 recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, rno, nqueries, new);

Completed in 59 milliseconds