HomeSort by relevance Sort by last modified time
    Searched refs:ListenToken (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpMain.c 281 @param[in] ListenToken Pointer to the listen token to return when
301 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
306 if (NULL == This || NULL == ListenToken || NULL == ListenToken->CompletionToken.Event) {
312 return SockAccept (Sock, ListenToken);
777 be returned in ListenToken->NewChildHandle. The newly created instance is configured
781 The ListenToken->CompletionToken.Event will be signaled when a new connection is
787 @param[in] ListenToken Pointer to the listen token to return when operation finishes.
799 - ListenToken is NULL.
    [all...]
TcpMain.h 233 @param[in] ListenToken Pointer to the listen token to return when
253 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
551 be returned in ListenToken->NewChildHandle. The newly created instance is configured
555 The ListenToken->CompletionToken.Event will be signaled when a new connection is
561 @param[in] ListenToken Pointer to the listen token to return when the operation finishes.
573 - ListenToken is NULL.
584 IN EFI_TCP6_LISTEN_TOKEN *ListenToken
    [all...]
SockInterface.c 408 EFI_TCP4_LISTEN_TOKEN *ListenToken;
453 ListenToken = (EFI_TCP4_LISTEN_TOKEN *) Token;
463 ListenToken->NewChildHandle = Socket->SockHandle;
464 SIGNAL_TOKEN (&(ListenToken->CompletionToken), EFI_SUCCESS);
SockImpl.c 500 EFI_TCP4_LISTEN_TOKEN *ListenToken;
513 ListenToken = (EFI_TCP4_LISTEN_TOKEN *) SockToken->Token;
514 ListenToken->NewChildHandle = Sock->SockHandle;
516 SIGNAL_TOKEN (&(ListenToken->CompletionToken), EFI_SUCCESS);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Main.c 343 and its handle will be returned in ListenToken->NewChildHandle. The newly created
346 The ListenToken->CompletionToken.Event will be signaled when a new connection
351 @param ListenToken Pointer to the listen token to return when
371 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
377 NULL == ListenToken ||
378 NULL == ListenToken->CompletionToken.Event) {
384 return SockAccept (Sock, ListenToken);
Tcp4Main.h 266 and its handle will be returned in ListenToken->NewChildHandle. The newly created
269 The ListenToken->CompletionToken.Event will be signaled when a new connection
274 @param ListenToken Pointer to the listen token to return when
294 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
SockInterface.c 394 EFI_TCP4_LISTEN_TOKEN *ListenToken;
436 ListenToken = (EFI_TCP4_LISTEN_TOKEN *) Token;
446 ListenToken->NewChildHandle = Socket->SockHandle;
447 SIGNAL_TOKEN (&(ListenToken->CompletionToken), EFI_SUCCESS);
SockImpl.c 392 EFI_TCP4_LISTEN_TOKEN *ListenToken;
405 ListenToken = (EFI_TCP4_LISTEN_TOKEN *) SockToken->Token;
406 ListenToken->NewChildHandle = Sock->SockHandle;
408 SIGNAL_TOKEN (&(ListenToken->CompletionToken), EFI_SUCCESS);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
TcpIoLib.h 95 TCP_IO_LISTEN_TOKEN ListenToken;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DxeTcpIoLib.c 339 TcpIo->ListenToken.Tcp4Token.CompletionToken.Event = Event;
435 Event = TcpIo->ListenToken.Tcp4Token.CompletionToken.Event;
500 ChildHandle = TcpIo->ListenToken.Tcp4Token.NewChildHandle;
506 ChildHandle = TcpIo->ListenToken.Tcp6Token.NewChildHandle;
637 Status = Tcp4->Accept (Tcp4, &TcpIo->ListenToken.Tcp4Token);
640 Status = Tcp6->Accept (Tcp6, &TcpIo->ListenToken.Tcp6Token);
660 Status = TcpIo->ListenToken.Tcp4Token.CompletionToken.Status;
665 // in ListenToken.
675 TcpIo->ListenToken.Tcp4Token.NewChildHandle,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 193 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Tcp4.h 367 @param ListenToken The pointer to the listen token to return when operation finishes.
378 - ListenToken is NULL.
388 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
Tcp6.h 609 be returned in ListenToken->NewChildHandle. The newly created instance is configured
613 The ListenToken->CompletionToken.Event will be signaled when a new connection is
619 @param[in] ListenToken Pointer to the listen token to return when operation finishes.
631 - ListenToken is NULL.
641 IN EFI_TCP6_LISTEN_TOKEN *ListenToken
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c 664 &pTcp4->ListenToken.CompletionToken.Event );
674 pTcp4->ListenToken.CompletionToken.Event ));
723 &pTcp4->ListenToken );
864 TcpPortHandle = pPort->Context.Tcp4.ListenToken.NewChildHandle;
909 &pTcp4->ListenToken );
    [all...]
Tcp6.c 695 &pTcp6->ListenToken.CompletionToken.Event );
705 pTcp6->ListenToken.CompletionToken.Event ));
754 &pTcp6->ListenToken );
895 TcpPortHandle = pPort->Context.Tcp6.ListenToken.NewChildHandle;
942 &pTcp6->ListenToken );
    [all...]
Socket.h 304 EFI_TCP4_LISTEN_TOKEN ListenToken; ///< Listen control
324 EFI_TCP6_LISTEN_TOKEN ListenToken; ///< Listen control
    [all...]
  /external/syslinux/efi32/include/efi/
efitcp.h 132 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
309 IN EFI_TCP6_LISTEN_TOKEN *ListenToken
  /external/syslinux/efi64/include/efi/
efitcp.h 132 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
309 IN EFI_TCP6_LISTEN_TOKEN *ListenToken
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efitcp.h 132 IN EFI_TCP4_LISTEN_TOKEN *ListenToken
309 IN EFI_TCP6_LISTEN_TOKEN *ListenToken

Completed in 712 milliseconds