Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dicmp.h13 uint16_t icmp_sequence; member
24 #define ICMP_ECHO_GET_SEQ(icmph) (icmph->un.echo.icmp_sequence)
28 #define ICMP_ECHO_SET_SEQ(icmph, seq) (icmph->un.echo.icmp_sequence = seq)
/mOS-networking-stack/core/src/
H A Dicmp.c143 uint16_t icmp_id, uint16_t icmp_sequence, in RequestICMP() argument
147 ICMPOutput(mtcp, pctx, saddr, daddr, ICMP_ECHO, 0, ntohs(icmp_id), ntohs(icmp_sequence), in RequestICMP()