Searched refs:ICMP_ECHO_SET_ID (Results 1 – 2 of 2) sorted by relevance
27 #define ICMP_ECHO_SET_ID(icmph, id) (icmph->un.echo.icmp_id = id) macro
124 ICMP_ECHO_SET_ID(icmph, htons(icmp_id)); in ICMPOutput()