Lines Matching defs:IHostNetworkInterface

910 struct IHostNetworkInterface;
1016 typedef struct IHostNetworkInterface IHostNetworkInterface;
3902 /* Start of struct IHostNetworkInterface Declaration */
3912 nsresult (*GetName)(IHostNetworkInterface *pThis, PRUnichar * *name);
3914 nsresult (*GetId)(IHostNetworkInterface *pThis, PRUnichar * *id);
3916 nsresult (*GetNetworkName)(IHostNetworkInterface *pThis, PRUnichar * *networkName);
3918 nsresult (*GetDhcpEnabled)(IHostNetworkInterface *pThis, PRBool *dhcpEnabled);
3920 nsresult (*GetIPAddress)(IHostNetworkInterface *pThis, PRUnichar * *IPAddress);
3922 nsresult (*GetNetworkMask)(IHostNetworkInterface *pThis, PRUnichar * *networkMask);
3924 nsresult (*GetIPV6Supported)(IHostNetworkInterface *pThis, PRBool *IPV6Supported);
3926 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
3928 nsresult (*GetIPV6NetworkMaskPrefixLength)(IHostNetworkInterface *pThis, PRUint32 *IPV6NetworkMaskPrefixLength);
3930 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress);
3932 nsresult (*GetMediumType)(IHostNetworkInterface *pThis, PRUint32 *mediumType);
3934 nsresult (*GetStatus)(IHostNetworkInterface *pThis, PRUint32 *status);
3936 nsresult (*GetInterfaceType)(IHostNetworkInterface *pThis, PRUint32 *interfaceType);
3939 IHostNetworkInterface *pThis,
3945 IHostNetworkInterface *pThis,
3950 nsresult (*EnableDynamicIpConfig)(IHostNetworkInterface *pThis );
3952 nsresult (*DhcpRediscover)(IHostNetworkInterface *pThis );
3956 struct IHostNetworkInterface
3960 /* End of struct IHostNetworkInterface Declaration */
3981 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces);
4032 IHostNetworkInterface * * hostInterface,
4074 IHostNetworkInterface * * networkInterface
4080 IHostNetworkInterface * * networkInterface
4087 IHostNetworkInterface *** networkInterfaces