Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dicmp.h27 #define ICMP_ECHO_SET_ID(icmph, id) (icmph->un.echo.icmp_id = id) macro
/mOS-networking-stack/core/src/
H A Dicmp.c124 ICMP_ECHO_SET_ID(icmph, htons(icmp_id)); in ICMPOutput()