Searched refs:PktSentNotify (Results 1 – 4 of 4) sorted by relevance
262 PKT_SENT_NOTIFY PktSentNotify; ///< See IP_IO_OPEN_DATA::PktSentNotify. member277 PKT_SENT_NOTIFY PktSentNotify; ///< Send callback. member
853 if ((IpIo->PktSentNotify != NULL) && (SndEntry->NotifyData != NULL)) { in IpIoTransmitHandlerDpc()854 IpIo->PktSentNotify ( in IpIoTransmitHandlerDpc()1347 IpIo->PktSentNotify = OpenData->PktSentNotify; in IpIoOpen()
307 OpenData.PktSentNotify = Udp4DgramSent; in Udp4CreateService()
321 OpenData.PktSentNotify = Udp6DgramSent; in Udp6CreateService()