Home | History | Annotate | Download | only in traceroute

Lines Matching defs:useicmp

372 static int useicmp = 0;		/* use icmp echo instead of udp packets */
472 * XXX 'useicmp' will always be zero here. I think the HP-UX users
479 useicmp ? IPPROTO_ICMP : IPPROTO_UDP);
528 ++useicmp;
610 if (useicmp)
692 if (useicmp) {
945 if (!useicmp && htons(port + seq + 1) == 0)
1226 for (p = useicmp ? (u_char *)outicmp : (u_char *)outudp, i = 0;
1277 if (useicmp)
1282 if (useicmp) {
1338 cc = sendto(sndsock, useicmp ? (char *)outicmp : (char *)outudp,
1456 if (useicmp) {
1498 if (useicmp) {