Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:Events

189   events for the interface to the UEFI network stack.  The ::ESL_PACKET

407 events for the interface to the UEFI network stack. The ::ESL_PACKET
3290 @param[in] Events Events of interest for this socket
3291 @param[in] pEvents Address to receive the detected events
3300 IN short Events,
3328 // Check for invalid events
3339 if ( 0 != ( Events & ( ~ValidEvents ))) {
3342 "ERROR - Invalid event mask, Valid Events: 0x%04x, Invalid Events: 0x%04x\r\n",
3343 Events & ValidEvents,
3344 Events & ( ~ValidEvents )));
3438 // Return the detected events
3440 *pEvents = DetectedEvents & ( Events
3863 // Done with the normal transmit events
3871 // Done with the urgent transmit events
3879 // Done with the receive events