Lines Matching refs:This

5 This program and the accompanying materials
58 EFI TCPv4 Protocol instance into user-supplied buffers. This function can
62 @param This Pointer to the EFI_TCP4_PROTOCOL instance.
79 @retval EFI_INVALID_PARAMETER This is NULL.
85 IN EFI_TCP4_PROTOCOL *This,
96 if (NULL == This) {
100 Sock = SOCK_FROM_THIS (This);
132 @param This Pointer to the EFI_TCP4_PROTOCOL instance.
153 IN EFI_TCP4_PROTOCOL *This,
163 if (NULL == This) {
198 Sock = SOCK_FROM_THIS (This);
233 @param This Pointer to the EFI_TCP4_PROTOCOL instance.
254 @retval EFI_NOT_FOUND This route is not in the routing table.
255 @retval EFI_ACCESS_DENIED This route is already in the routing table.
262 IN EFI_TCP4_PROTOCOL *This,
272 if (NULL == This) {
276 Sock = SOCK_FROM_THIS (This);
294 This function can only be called for the TCP instance in Tcp4StateClosed state.
299 @param This Pointer to the EFI_TCP4_PROTOCOL instance
306 @retval EFI_NOT_STARTED This EFI_TCP4_PROTOCOL instance hasn't been
319 IN EFI_TCP4_PROTOCOL *This,
325 if (NULL == This ||
331 Sock = SOCK_FROM_THIS (This);
347 is accepted, user aborts the listen or connection is reset. This function only
350 @param This Pointer to the EFI_TCP4_PROTOCOL instance
370 IN EFI_TCP4_PROTOCOL *This,
376 if (NULL == This ||
382 Sock = SOCK_FROM_THIS (This);
395 @param This Pointer to the EFI_TCP4_PROTOCOL instance
425 IN EFI_TCP4_PROTOCOL *This,
432 if (NULL == This ||
451 Sock = SOCK_FROM_THIS (This);
462 This function is always asynchronous. The caller must allocate the
473 @param This Pointer to the EFI_TCP4_PROTOCOL instance.
507 IN EFI_TCP4_PROTOCOL *This,
514 if (NULL == This ||
533 Sock = SOCK_FROM_THIS (This);
552 @param This Pointer to the EFI_TCP4_PROTOCOL instance.
574 IN EFI_TCP4_PROTOCOL *This,
580 if (NULL == This ||
586 Sock = SOCK_FROM_THIS (This);
604 @param This Pointer to the EFI_TCP4_PROTOCOL instance.
612 @retval EFI_INVALID_PARAMETER This is NULL.
613 @retval EFI_NOT_STARTED This instance hasn's been configured.
626 IN EFI_TCP4_PROTOCOL *This,
644 @param This Pointer to the EFI_TCP4_PROTOCOL instance.
647 @retval EFI_INVALID_PARAMETER This is NULL.
658 IN EFI_TCP4_PROTOCOL *This
664 if (NULL == This) {
668 Sock = SOCK_FROM_THIS (This);