Lines Matching defs:protocol

73   service list for each of the network protocol interfaces.
546 @param [in] pSocketProtocol Address of the socket protocol structure.
551 @param [in] protocol Specifies the lower layer protocol to use.
558 @retval EFI_INVALID_PARAMETER - Invalid protocol value, errno = EINVAL
566 IN int protocol,
615 // Determine the protocol APIs
653 // Set the default protocol if necessary
656 if ( 0 == protocol ) {
657 protocol = pApi->DefaultProtocol;
661 // Validate the protocol value
663 if (( pApi->DefaultProtocol != protocol )
668 // Assume that the driver supports this protocol
674 if ( protocol == pApi->DefaultProtocol ) {
687 if ( protocol == pApi->DefaultProtocol ) {
695 "ERROR - The protocol is not supported!\r\n" ));
701 // The driver does not support this protocol
704 "ERROR - The protocol does not support this socket type!\r\n" ));
716 pSocket->Protocol = protocol;
944 and installs a protocol on ChildHandle. If pChildHandle is a
947 the protocol installs on the existing pChildHandle.
952 then the protocol is added to the existing UEFI
957 @retval EFI_SUCCESS The protocol was added to ChildHandle.
992 // Initialize the socket protocol
1015 // Install the socket protocol on the specified handle
1825 // Bad socket protocol
2470 This routine calls into the network protocol layer to establish
2650 @param [in] level Option protocol level
2706 // See if the protocol will handle the option
2722 "ERROR - The socket does not support this protocol!\r\n" ));
2864 @param [in] level Option protocol level
2920 // See if the protocol will handle the option
2936 "ERROR - The socket does not support this protocol!\r\n" ));
3358 @param [in] ChildHandle Network protocol child handle
3440 // Open the port protocol
3450 "ERROR - Failed to open network protocol GUID on controller 0x%08x\r\n",
3456 "0x%08x: Network protocol GUID opened on controller 0x%08x\r\n",
3775 // Done with the lower layer network protocol
3785 "0x%08x: Network protocol GUID closed on controller 0x%08x\r\n",
3791 "ERROR - Failed to close network protocol GUID on controller 0x%08x, Status: %r\r\n",