Lines Matching defs:IpIf

284   IP6_INTERFACE   *IpIf;
308 IpIf = NET_LIST_USER_STRUCT_S (Entry, IP6_INTERFACE, Link, IP6_INTERFACE_SIGNATURE);
310 Ip6RemoveAddr (IpSb, &IpIf->AddressList, &IpIf->AddressCount, &PrefixEntry->Prefix, PrefixEntry->PrefixLength);
807 @param[in] IpIf Points to the IP6_INTERFACE.
814 IN IP6_INTERFACE *IpIf,
825 IpSb = IpIf->Service;
837 IpIf->Configured = TRUE;
893 Ip6AddAddr (IpIf, AddrInfo);
907 IpIf->Configured = TRUE;
948 @param[in] IpIf Points to the IP6_INTERFACE.
964 IN IP6_INTERFACE *IpIf,
976 NET_CHECK_SIGNATURE (IpIf, IP6_INTERFACE_SIGNATURE);
980 IpSb = IpIf->Service;
999 Status = Ip6JoinGroup (IpSb, IpIf, &Entry->Destination);
1014 InsertTailList (&IpIf->DupAddrDetectList, &Entry->Link);
1020 Ip6OnDADFinished (TRUE, IpIf, Entry);
1047 IP6_INTERFACE *IpIf;
1052 IpIf = NET_LIST_USER_STRUCT (Entry, IP6_INTERFACE, Link);
1054 NET_LIST_FOR_EACH (Entry2, &IpIf->DupAddrDetectList) {
1059 *Interface = IpIf;
1101 IP6_INTERFACE *IpIf;
1105 IpIf = Interface;
1106 if (IpIf == NULL && IpSb->DefaultInterface != NULL) {
1107 IpIf = IpSb->DefaultInterface;
1174 return Ip6Output (IpSb, IpIf, NULL, Packet, &Head, NULL, 0, Ip6SysPacketSent, NULL);
1465 IP6_INTERFACE *IpIf;
1515 IsMaintained = Ip6IsOneOfSetAddress (IpSb, &Target, &IpIf, NULL);
1572 DupAddrDetect = Ip6FindDADEntry (IpSb, &Target, &IpIf);
1579 Ip6OnDADFinished (FALSE, IpIf, DupAddrDetect);
1602 Ip6OnDADFinished (FALSE, IpIf, DupAddrDetect);
1708 IP6_INTERFACE *IpIf;
1766 DupAddrDetect = Ip6FindDADEntry (IpSb, &Target, &IpIf);
1772 Ip6OnDADFinished (FALSE, IpIf, DupAddrDetect);
2764 IP6_INTERFACE *IpIf;
2798 IpIf = NET_LIST_USER_STRUCT (Entry, IP6_INTERFACE, Link);
2803 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DelayJoinList) {
2827 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DupAddrDetectList) {
2864 Ip6OnDADFinished (Flag, IpIf, DupAddrDetect);