Searched refs:ICMP_ECHO_SET_SEQ (Results 1 – 2 of 2) sorted by relevance
28 #define ICMP_ECHO_SET_SEQ(icmph, seq) (icmph->un.echo.icmp_sequence = seq) macro
125 ICMP_ECHO_SET_SEQ(icmph, htons(icmp_seq)); in ICMPOutput()