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

  /src/usr.sbin/traceroute6/
traceroute6.c 352 static int useicmp; variable in typeref:typename:int
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
    [all...]
  /src/usr.sbin/traceroute/
traceroute.c 372 static int useicmp = 0; /* use icmp echo instead of udp packets */ variable in typeref:typename:int
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) {
    [all...]

Completed in 14 milliseconds