Searched refs:tdst (Results 1 – 1 of 1) sorted by relevance
132 u_int32_t tdst = 0; /* Address where trace is sent (last-hop) */ variable1377 if ((qdst & dst_netmask) == (lcl_addr & dst_netmask)) tdst = query_cast; in main()1378 else tdst = qgrp; in main()1379 else tdst = gwy; in main()1381 if (IN_MULTICAST(ntohl(tdst))) { in main()1383 if (tdst == query_cast) k_set_ttl(qttl ? qttl : 1); in main()1404 recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops, tries, &base); in main()1453 tdst = lastout; in main()1454 else recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops, nqueries, &base); in main()1543 if (IN_MULTICAST(ntohl(tdst))) in main()[all …]