Searched defs:icmph (Results 1 – 2 of 2) sorted by relevance
35 ICMPChecksum(uint16_t *icmph, int len) in ICMPChecksum()68 struct icmphdr *icmph; in ICMPOutput() local152 ProcessICMPECHORequest(mtcp_manager_t mtcp, struct pkt_ctx *pctx, struct icmphdr *icmph) in ProcessICMPECHORequest()168 ProcessICMPECHOReply(mtcp_manager_t mtcp, struct pkt_ctx *pctx, struct icmphdr *icmph) in ProcessICMPECHOReply()189 struct icmphdr *icmph = (struct icmphdr *) IP_NEXT_PTR(pctx->p.iph); in ProcessICMPPacket() local231 DumpICMPPacket(struct icmphdr *icmph, uint32_t saddr, uint32_t daddr) in DumpICMPPacket()
23 #define ICMP_ECHO_GET_ID(icmph) (icmph->un.echo.icmp_id) argument24 #define ICMP_ECHO_GET_SEQ(icmph) (icmph->un.echo.icmp_sequence) argument25 #define ICMP_DEST_UNREACH_GET_MTU(icmph) (icmph->un.dest.nhop_mtu) argument27 #define ICMP_ECHO_SET_ID(icmph, id) (icmph->un.echo.icmp_id = id) argument28 #define ICMP_ECHO_SET_SEQ(icmph, seq) (icmph->un.echo.icmp_sequence = seq) argument