Searched refs:icmphdr (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h116 # define icmp icmphdr
/freebsd-11.0-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h117 # define icmp icmphdr
/freebsd-11.0-release/sys/netinet/
H A Dip_icmp.h52 struct icmphdr { struct
61 * XXX: should start with a struct icmphdr.
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_log.c86 #define ICMP(p) ((struct icmphdr *)(p))
443 struct icmphdr *icmp;
501 icmp = L3HDR(struct icmphdr, ip);
H A Dip_fw2.c235 #define ICMP(p) ((struct icmphdr *)(p))
239 icmptype_match(struct icmphdr *icmp, ipfw_insn_u32 *cmd)
250 is_icmp_query(struct icmphdr *icmp)
1240 PULLUP_TO(hlen, ulp, struct icmphdr);
/freebsd-11.0-release/sbin/natd/
H A Dnatd.c846 struct icmp* icmphdr; local
873 icmphdr = (struct icmp*) ((char*) ip + (ip->ip_hl << 2));
877 icmphdr->icmp_type,
878 icmphdr->icmp_code);

Completed in 72 milliseconds