RILNDISIPCONFIG Parameter Constants (Compact 2013)
3/26/2014
The following table shows the valid values for the ipv4.dwFlags and ipv6.dwFlags members of RILNDISIPCONFIG structure.
Value |
Description |
---|---|
RIL_PARAM_NDISIPCONFIG_IPADDR |
The ipv4.inIPAddress structure member is valid. Only used with the ipv4.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_PRIMARYDNS |
The ipv4.inPrimaryDNS structure member is valid. Only used with the ipv4.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_SECONDARYDNS |
The ipv4.inSecondaryDNS structure member is valid. Only used with the ipv4.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_DEFAULTGATEWAY |
The ipv4.inDefaultGateway structure member is valid. Only used with the ipv4.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_SUBNETMASK |
The ipv4.inSubnetMask structure member is valid. Only used with the ipv4.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_IPV6_IPADDR |
The ipv6.inIPAddress structure member is valid. Only used with the ipv6.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_IPV6_PRIMARYDNS |
The ipv6.inPrimaryDNS structure member is valid. Only used with the ipv6.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_IPV6_SECONDARYDNS |
The ipv6.inSecondaryDNS structure member is valid. Only used with the ipv6.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_IPV6_DEFAULTGATEWAY |
The ipv6.inDefaultGateway structure member is valid. Only used with the ipv6.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_IPV6_SUBNETMASK |
The ipv6.inSubnetMask structure member is valid. Only used with the ipv6.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_IPV6_FLOWINFO |
The ipv6.dwFlowInfo structure member is valid. Only used with the ipv6.dwFlags member. |
RIL_PARAM_NDISIPCONFIG_IPV6_SCOPEID |
The ipv6.dwScopeId structure member is valid. Only used with the ipv6.dwFlags member. |