Home | History | Annotate | Download | only in traceroute6

Lines Matching defs:useicmp

352 static int useicmp;
416 useicmp++;
522 if (useicmp)
567 if (useicmp) {
690 if (!useicmp && htons((in_port_t)(port + seq + 1)) == 0)
823 if (useicmp) {
984 if (useicmp &&
988 else if (!useicmp &&
992 } else if (useicmp && type == ICMP6_ECHO_REPLY) {
1048 return useicmp ? (struct udphdr *)cp : NULL;
1050 return useicmp ? NULL : (struct udphdr *)cp;