Lines Matching full:instance
127 /// EFI_SUCCESS: The active open succeeds and the instance's
130 /// either by instance itself or the communication peer.
185 /// receive buffer of the instance.
187 /// because this connection is reset either by instance
230 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
234 data used by the TCPv4 instance.
236 data used indirectly by the TCPv4 instance.
238 data used indirectly by the TCPv4 instance.
242 @retval EFI_NOT_STARTED No configuration data is available because this instance hasn't
258 Initialize or brutally reset the operational parameters for this EFI TCPv4 instance.
260 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
261 @param Tcp4ConfigData The pointer to the configure data to configure the instance.
268 @retval EFI_ACCESS_DENIED Configuring TCP instance when it is configured without
287 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
298 @retval EFI_NOT_STARTED The EFI TCPv4 Protocol instance has not been configured.
328 Initiate a nonblocking TCP connection request for an active TCP instance.
330 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
335 of this TCPv4 instance has been changed to Tcp4StateSynSent.
336 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
338 - This instance is not configured as an active one.
339 - This instance is not in Tcp4StateClosed state.
356 …Listen on the passive instance to accept an incoming connection request. This is a nonblocking ope…
358 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
362 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
364 - This instance is not a passive instance.
365 - This instance is not in Tcp4StateListen state.
367 token queue of this TCP instance.
386 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
390 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
403 - The current instance is in Tcp4StateClosed state.
404 - The current instance is a passive one and it is in
424 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
429 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
447 - The current instance is in Tcp4StateClosed state.
448 - The current instance is a passive one and it is in
452 no any buffered data in the receive buffer of this instance.
467 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
471 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
476 - Previous Close() call on this instance has not
496 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
509 @retval EFI_NOT_STARTED This instance hasn't been configured.
528 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
548 /// to remote peer as a client. Each instance has its own independent settings,