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

12

/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dicmpstat.d44 mib:::icmp*
46 @icmp[probename] = sum(arg0);
56 printa("%32s %@8d\n", @icmp);
59 trunc(@icmp);
/macosx-10.10.1/dtrace-147/DTTk/Net/
H A Dicmpstat.d44 mib:::icmp*
46 @icmp[probename] = sum(arg0);
56 printa("%32s %@8d\n", @icmp);
59 trunc(@icmp);
/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dicmp.c29 * You may copy, modify and distribute this software (icmp.c) freely.
34 * $FreeBSD: src/sbin/natd/icmp.c,v 1.6 1999/08/28 00:13:45 peter Exp $
64 struct icmp* icmp; local
86 icmp = (struct icmp*) (icmpBuf + sizeof (struct ip));
90 icmp->icmp_type = ICMP_UNREACH;
91 icmp->icmp_code = ICMP_UNREACH_NEEDFRAG;
92 icmp->icmp_cksum = 0;
93 icmp
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/Sample/
H A Dsample-policy01.cf6 spdadd 127.0.0.1 127.0.0.1 icmp
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man4/
H A DMakefile19 icmp.4 \
/macosx-10.10.1/libpcap-48/libpcap/
H A Dscanner.l201 icmp return ICMP;
364 icmp-echoreply { yylval.i = 0; return NUM; }
365 icmp-unreach { yylval.i = 3; return NUM; }
366 icmp-sourcequench { yylval.i = 4; return NUM; }
367 icmp-redirect { yylval.i = 5; return NUM; }
368 icmp-echo { yylval.i = 8; return NUM; }
369 icmp-routeradvert { yylval.i = 9; return NUM; }
370 icmp-routersolicit { yylval.i = 10; return NUM; }
371 icmp-timxceed { yylval.i = 11; return NUM; }
372 icmp
[all...]
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dmeasure.c84 register struct icmp *icp = (struct icmp *) packet;
85 register struct icmp *oicp = (struct icmp *) opacket;
104 * empty the icmp input queue
195 icp = (struct icmp *)(packet + (ip->ip_hl << 2));
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dprotocols11 icmp 1 ICMP # internet control message protocol
68 ipv6-icmp 58 IPV6-ICMP # ICMP for IPv6
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias.c373 struct icmp *ic;
375 ic = (struct icmp *) ((char *) pip + (pip->ip_hl << 2));
419 struct icmp *ic, *ic2;
424 ic = (struct icmp *) ((char *) pip + (pip->ip_hl << 2));
429 ic2 = (struct icmp *) ud;
525 struct icmp *ic;
531 ic = (struct icmp *) ((char *) pip + (pip->ip_hl << 2));
566 struct icmp *ic;
568 ic = (struct icmp *) ((char *) pip + (pip->ip_hl << 2));
613 struct icmp *i
[all...]
/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dtime.c249 int icmp;
295 icmp = (*picmp) (ival, (*pq)->uuconf_ival);
297 if (icmp == 0)
316 else if (icmp < 0)
246 int icmp; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.h298 LValue icmp(LIntPredicate cond, LValue left, LValue right) { return buildICmp(m_builder, cond, left, right); } function in class:JSC::FTL::Output
299 LValue equal(LValue left, LValue right) { return icmp(LLVMIntEQ, left, right); }
300 LValue notEqual(LValue left, LValue right) { return icmp(LLVMIntNE, left, right); }
301 LValue above(LValue left, LValue right) { return icmp(LLVMIntUGT, left, right); }
302 LValue aboveOrEqual(LValue left, LValue right) { return icmp(LLVMIntUGE, left, right); }
303 LValue below(LValue left, LValue right) { return icmp(LLVMIntULT, left, right); }
304 LValue belowOrEqual(LValue left, LValue right) { return icmp(LLVMIntULE, left, right); }
305 LValue greaterThan(LValue left, LValue right) { return icmp(LLVMIntSGT, left, right); }
306 LValue greaterThanOrEqual(LValue left, LValue right) { return icmp(LLVMIntSGE, left, right); }
307 LValue lessThan(LValue left, LValue right) { return icmp(LLVMIntSL
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_icmp.c200 struct icmp *icp;
225 !ICMP_INFOTYPE(((struct icmp *)(void *)((caddr_t)oip + oiplen))->
234 * First, formulate icmp message
256 icp = mtod(m, struct icmp *);
291 * in front of icmp message.
294 panic("icmp len");
318 struct icmp *icp;
332 * Locate icmp structure in mbuf, and check
358 icp = mtod(m, struct icmp *);
577 printf("icmp redirec
[all...]
H A Dip_icmp.h82 * Structure of an icmp header.
84 struct icmp { struct
H A Din_proto.c345 SYSCTL_NODE(_net_inet, IPPROTO_ICMP, icmp,
H A Dip_compat.h579 * Structure of an icmp header.
581 typedef struct icmp {
704 typedef struct icmp icmphdr_t;
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-icmp.c24 "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.87 2007-09-13 17:42:31 guy Exp $ (LBL)";
51 * Structure of an icmp header.
53 struct icmp { struct
104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
196 /* Most of the icmp types */
265 * draft-bonica-internet-icmp-08
337 const struct icmp *dp;
351 dp = (struct icmp *)bp;
571 (void)printf(" (wrong icmp cksum %x (->%x)!)",
694 fputs("[|icmp]", stdou
[all...]
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c64 * icmp "time exceeded" reply from a gateway. We start our probes
65 * with a ttl of one and increase by one until we get an icmp "port
135 * zero, the icmp "time exceeded" is guaranteed to not make it back
157 * icmp reply. So, the reply will time out on the return path
158 * (with no notice sent to anyone since icmp's aren't sent for
159 * icmp's) until we probe with a ttl that's at least twice the path
191 * The problem is that an icmp message only contains 8 bytes of
339 u_char packet[512]; /* last inbound (icmp) packet */
350 int s; /* receive (icmp) socket file descriptor */
475 "icmp",
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Duucico.c1324 int icmp;
1331 icmp = strncmp (zheresys, qsys->uuconf_zname, clen);
1333 icmp = strcmp (zheresys, qsys->uuconf_zname);
1334 if (icmp != 0)
1343 icmp = strncmp (zheresys, *pz, clen);
1345 icmp = strcmp (zheresys, *pz);
1346 if (icmp == 0)
1350 if (icmp != 0)
1872 int icmp;
1882 icmp
1322 int icmp; local
1869 int icmp; local
[all...]
/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c239 static void pr_icmph(struct icmp *);
1080 struct icmp *icp;
1085 icp = (struct icmp *)outpack;
1179 struct icmp *icp;
1200 icp = (struct icmp *)(buf + hlen);
1334 struct icmp *oicmp = (struct icmp *)(oip + 1);
1589 pr_icmph(struct icmp *icp)
/macosx-10.10.1/tcpdump-61/tcpdump/win32/prj/
H A DGNUmakefile77 ../../print-icmp.o \
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsocket_wrapper.c711 } icmp; member in union:swrap_packet::__anon683::__anon685
755 if (sizeof(p.ip.p.icmp) != SWRAP_PACKET__IP_P_ICMP_SIZE) {
814 icmp_hdr_len = sizeof(packet->ip.hdr) + sizeof(packet->ip.p.icmp);
847 packet->ip.p.icmp.type = 0x03; /* destination unreachable */
848 packet->ip.p.icmp.code = 0x01; /* host unreachable */
849 packet->ip.p.icmp.checksum = htons(0x0000);
850 packet->ip.p.icmp.unused = htonl(0x00000000);
/macosx-10.10.1/llvmCore-3425.0.34/utils/vim/
H A Dllvm.vim28 syn keyword llvmStatement icmp fcmp
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h139 #define icmp 981 /* compare value for the va that missed */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c192 static int icmp6type_match __P((struct icmp6_hdr * icmp, struct ip6_fw * f));
737 struct icmp6_hdr *icmp; local
742 icmp = (struct icmp6_hdr *) ((caddr_t)ip6 + off);
743 if (!icmp6type_match(icmp, f))
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c2253 /* Change inner ip address, fix inner ip and icmp checksums. */
4102 sxport.port = dxport.port = pd->hdr.icmp->icmp_id;
4104 icmptype = pd->hdr.icmp->icmp_type;
4105 icmpcode = pd->hdr.icmp->icmp_code;
4175 pd->hdr.icmp->icmp_cksum = pf_cksum_fixup(
4176 pd->hdr.icmp->icmp_cksum, sxport.port,
4178 pd->hdr.icmp->icmp_id = nxport.port;
4377 /* icmp only. type always 0 in other cases */
4380 /* icmp only. type always 0 in other cases */
5194 icmptype = pd->hdr.icmp
[all...]

Completed in 217 milliseconds

12