Searched refs:icmp_type (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_icmp.c227 icmp_type)) {
261 icp->icmp_type = type;
375 printf("icmp_input, type %d code %d\n", icp->icmp_type,
382 if (icp->icmp_type > ICMP_MAXTYPE)
384 icmpstat.icps_inhist[icp->icmp_type]++;
386 switch (icp->icmp_type) {
486 icp->icmp_type = ICMP_ECHOREPLY;
508 icp->icmp_type = ICMP_TSTAMPREPLY;
548 icp->icmp_type = ICMP_MASKREPLY;
561 icmpstat.icps_outhist[icp->icmp_type]
[all...]
H A Dip_icmp.h85 u_char icmp_type; /* type of message, see below */ member in struct:icmp
H A Dip_compat.h582 u_char icmp_type; /* type of message, see below */
H A Dip_fw2.c379 int type = L3HDR(struct icmp,ip)->icmp_type;
390 int type = L3HDR(struct icmp, ip)->icmp_type;
1203 icmp->icmp_type, icmp->icmp_code);
2081 args->fwa_id.flags = L3HDR(struct icmp, ip)->icmp_type;
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c4059 icmptype = pd->hdr.icmp->icmp_type;
5143 icmptype = pd->hdr.icmp->icmp_type;
6474 icmptype = pd->hdr.icmp->icmp_type;

Completed in 42 milliseconds