HomeSort by relevance Sort by last modified time
    Searched defs:PortNumber (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetServByName/
GetServByName.c 41 int PortNumber;
55 PortNumber = htons ( pService->s_port );
58 PortNumber,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetServByPort/
GetServByPort.c 42 int PortNumber;
47 || ( 1 != sscanf ( Argv[1], "%d", &PortNumber ))) {
52 pService = getservbyport ( htons ( PortNumber ), NULL );
59 PortNumber,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.c 40 UINT16 PortNumber;
105 PortNumber = OOB_RX_PORT;
113 SIN_PORT ( RemotePort ) = htons ( PortNumber );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.c 38 UINT16 PortNumber;
66 PortNumber = OOB_RX_PORT;
71 SIN_PORT ( LocalPort ) = htons ( PortNumber );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
HTTP.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 414 UINT8 PortNumber;
418 PortNumber = (UINT8)(Ehc->HcStructParams & HCSP_NPORTS);
419 for (Index = 0; Index < PortNumber; Index++) {
657 @param[out] PortNumber The pointer to the number of the root hub ports.
660 @retval EFI_INVALID_PARAMETER PortNumber is NULL.
668 OUT UINT8 *PortNumber
675 if (PortNumber == NULL) {
679 *PortNumber = (UINT8)(EhcDev->HcStructParams & HCSP_NPORTS);
689 @param PortNumber Specifies the root hub port whose feature
695 for the USB root hub port specified by PortNumber.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EapManagement.h 51 EFI_PORT_HANDLE PortNumber;
  /external/tpm2/
TcpServer.c 38 // This function creates a socket listening on PortNumber.
42 int PortNumber,
67 MyAddress.sin_port=htons((short) PortNumber);
173 int PortNumber = (int)(INT_PTR) port;
179 res = CreateSocket(PortNumber, &listenSocket);
190 printf("Platform server listening on port %d\n", PortNumber);
219 int PortNumber
224 int port = PortNumber;
244 int PortNumber
252 res = CreateSocket(PortNumber, &listenSocket)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsiscan.h 112 UCHAR PortNumber;
parallel.h 120 ULONG PortNumber;
hubbusif.h 47 IN USHORT PortNumber);
79 IN USHORT PortNumber,
428 IN USHORT PortNumber,
438 IN USHORT PortNumber,
726 ULONG PortNumber;
ntddk.h 784 ULONG PortNumber:8;
    [all...]
wmidata.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tssbx.h 57 unsigned short PortNumber;
ntddscsi.h 219 UCHAR PortNumber;
usbuser.h 125 USHORT PortNumber;
135 USHORT PortNumber;
146 USHORT PortNumber;
usbioctl.h 429 USHORT PortNumber;
471 USHORT PortNumber;
shellapi.h 887 USHORT PortNumber;
clusapi.h     [all...]
ntddndis.h     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PlatformDxe.h 176 CHAR16 PortNumber[4];
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c     [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_win32.h 103 UCHAR PortNumber;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PciExpress21.h 109 UINT32 PortNumber : 8;

Completed in 501 milliseconds