Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_log.c82 #define ICMP(p) ((struct icmphdr *)(p))
294 struct icmphdr *icmp; in ipfw_log()
355 icmp = L3HDR(struct icmphdr, ip); in ipfw_log()
Dip_fw2.c253 #define ICMP(p) ((struct icmphdr *)(p))
257 icmptype_match(struct icmphdr *icmp, ipfw_insn_u32 *cmd) in icmptype_match()
268 is_icmp_query(struct icmphdr *icmp) in is_icmp_query()
1748 PULLUP_TO(hlen, ulp, struct icmphdr); in ipfw_chk()
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
Dnat64_translate.h82 #define ICMP(p) ((struct icmphdr *)(p))
Dnat64_translate.c828 plen = len + sizeof(struct icmphdr) + sizeof(uint32_t); in nat64_icmp_reflect()
861 sizeof(struct icmphdr) + sizeof(uint32_t))); in nat64_icmp_reflect()
/freebsd-12-stable/sys/netinet/
Dip_icmp.h54 struct icmphdr { struct
/freebsd-12-stable/sbin/natd/
Dnatd.c846 struct icmp* icmphdr; in FormatPacket() local
873 icmphdr = (struct icmp*) ((char*) ip + (ip->ip_hl << 2)); in FormatPacket()
877 icmphdr->icmp_type, in FormatPacket()
878 icmphdr->icmp_code); in FormatPacket()