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

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.h 57 UINT8 InterfaceName[4];
HttpBootDhcp4.h 137 UINT8 InterfaceName[4];
HttpBootDhcp4.c 159 CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName));
HttpBootDhcp6.c 106 OptEnt.VendorClass->ClassId.InterfaceName,
108 sizeof (OptEnt.VendorClass->ClassId.InterfaceName)
  /external/autotest/client/site_tests/security_DbusOwners/
security_DbusOwners.py 32 containing <allow own="InterfaceName">. Return the list of interfaces
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 38 char *InterfaceName;
251 AsciiStrCpy (BoundIf.ifr_name, Private->InterfaceName);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 364 NETIO_STATUS NETIOAPI_API_ ConvertInterfaceNameToLuidA (CONST CHAR *InterfaceName, NET_LUID *InterfaceLuid);
365 NETIO_STATUS NETIOAPI_API_ ConvertInterfaceNameToLuidW (CONST WCHAR *InterfaceName, NET_LUID *InterfaceLuid);
366 NETIO_STATUS NETIOAPI_API_ ConvertInterfaceLuidToNameA (CONST NET_LUID *InterfaceLuid, PSTR InterfaceName, SIZE_T Length);
367 NETIO_STATUS NETIOAPI_API_ ConvertInterfaceLuidToNameW (CONST NET_LUID *InterfaceLuid, PWSTR InterfaceName, SIZE_T Length);
374 NET_IFINDEX NETIOAPI_API_ if_nametoindex (PCSTR InterfaceName);
375 PCHAR NETIOAPI_API_ if_indextoname (NET_IFINDEX InterfaceIndex, PCHAR InterfaceName);
ipxrtdef.h 171 UCHAR InterfaceName[IPX_INTERFACE_ANSI_NAME_LEN];
cdosys.h 307 virtual HRESULT WINAPI SaveToObject(IUnknown *Source,BSTR InterfaceName) = 0;
308 virtual HRESULT WINAPI OpenObject(IUnknown *Source,BSTR InterfaceName) = 0;
330 HRESULT (WINAPI *SaveToObject)(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
331 HRESULT (WINAPI *OpenObject)(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
355 #define IDataSource_SaveToObject(This,Source,InterfaceName) (This)->lpVtbl->SaveToObject(This,Source,InterfaceName)
356 #define IDataSource_OpenObject(This,Source,InterfaceName) (This)->lpVtbl->OpenObject(This,Source,InterfaceName)
375 HRESULT WINAPI IDataSource_SaveToObject_Proxy(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
377 HRESULT WINAPI IDataSource_OpenObject_Proxy(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
    [all...]
emostore.h     [all...]
routprot.h 175 typedef DWORD (WINAPI *PADD_INTERFACE)(LPWSTR InterfaceName,ULONG InterfaceIndex,NET_INTERFACE_TYPE InterfaceType,DWORD MediaType,WORD AccessType,WORD ConnectionType,PVOID InterfaceInfo,ULONG StructureVersion,ULONG StructureSize,ULONG StructureCount);
cdoex.h 513 virtual HRESULT WINAPI SaveToObject(IUnknown *Source,BSTR InterfaceName) = 0;
514 virtual HRESULT WINAPI OpenObject(IUnknown *Source,BSTR InterfaceName) = 0;
536 HRESULT (WINAPI *SaveToObject)(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
537 HRESULT (WINAPI *OpenObject)(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
561 #define IDataSource_SaveToObject(This,Source,InterfaceName) (This)->lpVtbl->SaveToObject(This,Source,InterfaceName)
562 #define IDataSource_OpenObject(This,Source,InterfaceName) (This)->lpVtbl->OpenObject(This,Source,InterfaceName)
581 HRESULT WINAPI IDataSource_SaveToObject_Proxy(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
583 HRESULT WINAPI IDataSource_OpenObject_Proxy(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.h 77 UINT8 InterfaceName[4];
PxeBcDhcp4.h 195 UINT8 InterfaceName[4];
PxeBcDhcp4.c 375 CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName));
    [all...]
PxeBcDhcp6.c 156 OptEnt.VendorClass->ClassId.InterfaceName,
158 sizeof (OptEnt.VendorClass->ClassId.InterfaceName)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.h 162 UINT8 InterfaceName[4];
PxeBcDhcp.c     [all...]

Completed in 522 milliseconds