Home
last modified time | relevance | path

Searched refs:icmp_type (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dicmp.c62 uint8_t icmp_type, uint8_t icmp_code, uint16_t icmp_id, uint16_t icmp_seq, in ICMPOutput() argument
121 icmph->icmp_type = icmp_type; in ICMPOutput()
178 type = icmph->icmp_type; in ProcessICMPECHOReply()
203 switch (icmph->icmp_type) in ProcessICMPPacket()
223 icmph->icmp_type); in ProcessICMPPacket()
238 icmph->icmp_type, icmph->icmp_code, in DumpICMPPacket()
/mOS-networking-stack/core/src/include/
H A Dicmp.h7 uint8_t icmp_type; member