Lines Matching refs:This

6   This program and the accompanying materials
55 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
72 @retval EFI_INVALID_PARAMETER This is NULL.
78 IN EFI_TCP4_PROTOCOL *This,
89 if (NULL == This) {
93 Sock = SOCK_FROM_THIS (This);
108 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
129 IN EFI_TCP4_PROTOCOL * This,
139 if (NULL == This) {
172 Sock = SOCK_FROM_THIS (This);
190 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
207 @retval EFI_NOT_FOUND This route is not in the routing table.
208 @retval EFI_ACCESS_DENIED This route is already in the routing table.
215 IN EFI_TCP4_PROTOCOL *This,
225 if (NULL == This) {
229 Sock = SOCK_FROM_THIS (This);
242 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
248 @retval EFI_NOT_STARTED This EFI_TCP4_PROTOCOL instance hasn't been
261 IN EFI_TCP4_PROTOCOL *This,
267 if (NULL == This || NULL == ConnectionToken || NULL == ConnectionToken->CompletionToken.Event) {
271 Sock = SOCK_FROM_THIS (This);
279 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
299 IN EFI_TCP4_PROTOCOL *This,
305 if (NULL == This || NULL == ListenToken || NULL == ListenToken->CompletionToken.Event) {
309 Sock = SOCK_FROM_THIS (This);
317 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
346 IN EFI_TCP4_PROTOCOL *This,
353 if (NULL == This ||
372 Sock = SOCK_FROM_THIS (This);
380 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
411 IN EFI_TCP4_PROTOCOL *This,
418 if (NULL == This ||
437 Sock = SOCK_FROM_THIS (This);
446 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
468 IN EFI_TCP4_PROTOCOL *This,
474 if (NULL == This || NULL == CloseToken || NULL == CloseToken->CompletionToken.Event) {
478 Sock = SOCK_FROM_THIS (This);
486 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
499 IN EFI_TCP4_PROTOCOL *This,
509 @param[in] This Pointer to the EFI_TCP4_PROTOCOL instance.
512 @retval EFI_INVALID_PARAMETER This is NULL.
523 IN EFI_TCP4_PROTOCOL *This
529 if (NULL == This) {
533 Sock = SOCK_FROM_THIS (This);
544 Protocol instance into user-supplied buffers. This function can also be used to retrieve
547 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
565 @retval EFI_INVALID_PARAMETER This is NULL.
571 IN EFI_TCP6_PROTOCOL *This,
582 if (NULL == This) {
586 Sock = SOCK_FROM_THIS (This);
615 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
625 - This is NULL.
647 IN EFI_TCP6_PROTOCOL *This,
656 if (NULL == This) {
687 Sock = SOCK_FROM_THIS (This);
708 and ConnectionToken->CompletionToken.Status will be updated accordingly. This
714 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
720 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
722 - This instance is not configured as an active one.
723 - This instance is not in Tcp6StateClosed state.
725 - This is NULL.
735 IN EFI_TCP6_PROTOCOL *This,
741 if (NULL == This || NULL == ConnectionToken || NULL == ConnectionToken->CompletionToken.Event) {
745 Sock = SOCK_FROM_THIS (This);
751 Listen on the passive instance to accept an incoming connection request. This is a
764 This function only can be called when a current TCP instance is in Tcp6StateListen state.
766 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
771 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
773 - This instance is not a passive instance.
774 - This instance is not in Tcp6StateListen state.
778 - This is NULL.
788 IN EFI_TCP6_PROTOCOL *This,
794 if (NULL == This || NULL == ListenToken || NULL == ListenToken->CompletionToken.Event) {
798 Sock = SOCK_FROM_THIS (This);
810 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
814 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
819 - This is NULL.
843 IN EFI_TCP6_PROTOCOL *This,
850 if (NULL == This ||
869 Sock = SOCK_FROM_THIS (This);
877 The Receive() function places a completion token into the receive packet queue. This
888 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
893 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
897 - This is NULL.
923 IN EFI_TCP6_PROTOCOL *This,
930 if (NULL == This ||
949 Sock = SOCK_FROM_THIS (This);
955 Disconnecting a TCP connection gracefully or reset a TCP connection. This function is a
965 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
969 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
974 - This is NULL.
984 IN EFI_TCP6_PROTOCOL *This,
990 if (NULL == This || NULL == CloseToken || NULL == CloseToken->CompletionToken.Event) {
994 Sock = SOCK_FROM_THIS (This);
1015 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
1031 IN EFI_TCP6_PROTOCOL *This,
1045 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
1048 @retval EFI_INVALID_PARAMETER This is NULL.
1058 IN EFI_TCP6_PROTOCOL *This
1064 if (NULL == This) {
1068 Sock = SOCK_FROM_THIS (This);