Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dicmp.h28 #define ICMP_ECHO_SET_SEQ(icmph, seq) (icmph->un.echo.icmp_sequence = seq) macro
/mOS-networking-stack/core/src/
H A Dicmp.c125 ICMP_ECHO_SET_SEQ(icmph, htons(icmp_seq)); in ICMPOutput()