Lines Matching refs:IpIf
53 IP6_INTERFACE *IpIf; in Ip6ConfigOnPolicyChanged() local
100 IpIf = NET_LIST_USER_STRUCT_S (Entry, IP6_INTERFACE, Link, IP6_INTERFACE_SIGNATURE); in Ip6ConfigOnPolicyChanged()
102 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DelayJoinList) { in Ip6ConfigOnPolicyChanged()
110 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DupAddrDetectList) { in Ip6ConfigOnPolicyChanged()
117 Ip6OnDADFinished (FALSE, IpIf, DadEntry); in Ip6ConfigOnPolicyChanged()
914 IP6_INTERFACE *IpIf; in Ip6ConfigSetMaunualAddress() local
966 IpIf = NET_LIST_USER_STRUCT_S (Entry, IP6_INTERFACE, Link, IP6_INTERFACE_SIGNATURE); in Ip6ConfigSetMaunualAddress()
968 NET_LIST_FOR_EACH (Entry2, &IpIf->AddressList) { in Ip6ConfigSetMaunualAddress()
1108 IpIf = IpSb->DefaultInterface; in Ip6ConfigSetMaunualAddress()
1121 &IpIf->AddressList, in Ip6ConfigSetMaunualAddress()
1122 &IpIf->AddressCount, in Ip6ConfigSetMaunualAddress()
1657 IP6_INTERFACE *IpIf; in Ip6ConfigOnDhcp6Event() local
1680 IpIf = IpSb->DefaultInterface; in Ip6ConfigOnDhcp6Event()
1703 IpIf, in Ip6ConfigOnDhcp6Event()
1721 &IpIf->AddressList, in Ip6ConfigOnDhcp6Event()
1722 &IpIf->AddressCount, in Ip6ConfigOnDhcp6Event()