Searched refs:nReplies (Results 1 – 2 of 2) sorted by relevance
263 DWORD nReplies; in IcmpParseReplies() local277 nReplies = pEcho->Reserved; in IcmpParseReplies()280 return nReplies; in IcmpParseReplies()302 DWORD nReplies; in IcmpSendEcho2() local415 nReplies = ((PICMP_ECHO_REPLY)ReplyBuffer)->Reserved; in IcmpSendEcho2()418 return nReplies; in IcmpSendEcho2()438 DWORD nReplies; in IcmpSendEcho() local548 nReplies = ((PICMP_ECHO_REPLY)ReplyBuffer)->Reserved; in IcmpSendEcho()551 return nReplies; in IcmpSendEcho()
22 LONG nReplies; member90 UINT32 nReplies; in EndRequestHandler() local102 if (Context->nReplies > 0) in EndRequestHandler()104 ((PICMP_ECHO_REPLY)Irp->AssociatedIrp.SystemBuffer)->Reserved = Context->nReplies; in EndRequestHandler()119 nReplies = ((PICMP_ECHO_REPLY)Irp->AssociatedIrp.SystemBuffer)->Reserved; in EndRequestHandler()135 TI_DbgPrint(DEBUG_ICMP, ("Leaving, nReplies: %u\n", nReplies)); in EndRequestHandler()236 Context->nReplies++; in ReceiveDatagram()351 SendContext->nReplies = 0; in DispEchoRequest()