Searched refs:icmp (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/java/net/
H A DInet4AddressImpl.c38 #include "icmp.h"
297 struct icmp *icmp; local
346 icmp = (struct icmp *) sendbuf;
347 icmp->icmp_type = ICMP_ECHO;
348 icmp->icmp_code = 0;
349 icmp->icmp_id = htons(pid);
350 icmp->icmp_seq = htons(seq);
355 icmp
[all...]
H A Dicmp.h52 * Structure of an icmp header.
54 struct icmp { struct
/openjdk7/jdk/src/solaris/native/java/net/
H A DInet4AddressImpl.c603 struct icmp *icmp; local
640 icmp = (struct icmp *) sendbuf;
641 icmp->icmp_type = ICMP_ECHO;
642 icmp->icmp_code = 0;
643 icmp->icmp_id = htons(pid);
644 icmp->icmp_seq = htons(seq);
647 memcpy(icmp->icmp_data, &tv, sizeof(tv));
649 icmp
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStepPattern.java245 final BranchHandle icmp = il.append(new IFNE(null));
247 icmp.setTarget(il.append(NOP));
257 final BranchHandle icmp = il.append(new IFNE(null));
259 icmp.setTarget(il.append(NOP));
272 final BranchHandle icmp = il.append(new IF_ICMPEQ(null));
274 icmp.setTarget(il.append(NOP));

Completed in 82 milliseconds