Home | History | Annotate | Download | only in ping

Lines Matching refs:sequence

87 long ntransmitted;		/* sequence # for outbound packets = #sent */
344 * and the sequence number is an ascending integer. The first 8 bytes
1026 acknowledge(ntohs(icmph.un.echo.sequence));
1046 printf("From %s icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
1061 * and the sequence number is an ascending integer. The first 8 bytes
1075 icp->un.echo.sequence = htons(ntransmitted+1);
1158 ntohs(icp->un.echo.sequence),
1189 acknowledge(ntohs(icp1->un.echo.sequence));
1214 ntohs(icp1->un.echo.sequence));