Lines Matching refs:IpIf
42 IP6_INTERFACE *IpIf; in Ip6CandidateSource() local
68 IpIf = NET_LIST_USER_STRUCT (Entry, IP6_INTERFACE, Link); in Ip6CandidateSource()
70 NET_LIST_FOR_EACH (Entry2, &IpIf->AddressList) { in Ip6CandidateSource()
300 IP6_INTERFACE *IpIf; in Ip6SelectInterface() local
311 Exist = Ip6IsOneOfSetAddress (IpSb, Source, &IpIf, NULL); in Ip6SelectInterface()
314 return IpIf; in Ip6SelectInterface()
325 Ip6IsOneOfSetAddress (IpSb, &SelectedSource, &IpIf, NULL); in Ip6SelectInterface()
328 return IpIf; in Ip6SelectInterface()
494 IP6_INTERFACE *IpIf; in Ip6Output() local
560 IpIf = Interface; in Ip6Output()
561 if (IpIf == NULL) { in Ip6Output()
567 IpIf = Ip6SelectInterface (IpSb, &Head->DestinationAddress, &Head->SourceAddress); in Ip6Output()
569 IpInstance->Interface = IpIf; in Ip6Output()
572 IpIf = IpInstance->Interface; in Ip6Output()
576 if (IpIf == NULL) { in Ip6Output()
752 NeighborCache->Interface = IpIf; in Ip6Output()
909 IpIf, in Ip6Output()
973 IpIf, in Ip6Output()
985 Ip6CancelPacket (IpIf, Packet, Status); in Ip6Output()
1084 IN IP6_INTERFACE *IpIf, in Ip6CancelPacket() argument
1089 Ip6CancelFrames (IpIf, IoStatus, Ip6CancelPacketFragments, Packet); in Ip6CancelPacket()