Home
last modified time | relevance | path

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

/reactos/dll/win32/iphlpapi/
H A Dicmp.c263 DWORD nReplies; in IcmpParseReplies() local
277 nReplies = pEcho->Reserved; in IcmpParseReplies()
280 return nReplies; in IcmpParseReplies()
302 DWORD nReplies; in IcmpSendEcho2() local
415 nReplies = ((PICMP_ECHO_REPLY)ReplyBuffer)->Reserved; in IcmpSendEcho2()
418 return nReplies; in IcmpSendEcho2()
438 DWORD nReplies; in IcmpSendEcho() local
548 nReplies = ((PICMP_ECHO_REPLY)ReplyBuffer)->Reserved; in IcmpSendEcho()
551 return nReplies; in IcmpSendEcho()
/reactos/drivers/network/tcpip/tcpip/
H A Dicmp.c22 LONG nReplies; member
90 UINT32 nReplies; in EndRequestHandler() local
102 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()