Lines Matching defs:IpSb

123   @param[in]  IpSb               The IP service that received the packet.
135 IN IP6_SERVICE *IpSb,
179 ReplyHead.HopLimit = IpSb->CurHopLimit;
182 if (Ip6IsOneOfSetAddress (IpSb, &Head->DestinationAddress, NULL, NULL)) {
190 IpSb,
213 @param[in] IpSb The IP service that received the packet.
226 IN IP6_SERVICE *IpSb,
254 InsertHeadList (&IpSb->RouteTable->RouteArea[128], &RouteEntry->Link);
255 IpSb->RouteTable->TotalNum++;
257 RouteEntry = Ip6FindRouteEntry (IpSb->RouteTable, DestAddress, NULL);
276 @param[in] IpSb The IP service that received the packet.
288 IN IP6_SERVICE *IpSb,
304 return Ip6ProcessPacketTooBig (IpSb, Head, Packet);
311 return Ip6Demultiplex (IpSb, Head, Packet);
325 @param[in] IpSb The IP service that receivd the packet.
337 IN IP6_SERVICE *IpSb,
345 NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE);
358 Status = Ip6IcmpReplyEcho (IpSb, Head, Packet);
362 Status = Ip6ProcessMldQuery (IpSb, Head, Packet);
366 Status = Ip6ProcessMldReport (IpSb, Head, Packet);
369 Status = Ip6ProcessNeighborSolicit (IpSb, Head, Packet);
372 Status = Ip6ProcessNeighborAdvertise (IpSb, Head, Packet);
375 Status = Ip6ProcessRouterAdvertise (IpSb, Head, Packet);
378 Status = Ip6ProcessRedirect (IpSb, Head, Packet);
381 Status = Ip6Demultiplex (IpSb, Head, Packet);
396 @param[in] IpSb The IP service that received the packet.
408 IN IP6_SERVICE *IpSb,
444 return Ip6ProcessIcmpError (IpSb, Head, Packet);
446 return Ip6ProcessIcmpInformation (IpSb, Head, Packet);
504 @param[in] IpSb The IP service that received the packet.
513 IN IP6_SERVICE *IpSb,
530 PrefixEntry = Ip6FindPrefixListEntry (IpSb, Flag, 255, DestinationAddress);
550 @param[in] IpSb The IP service that received the packet.
571 IN IP6_SERVICE *IpSb,
599 Ip6IsAnycast (IpSb, DestinationAddress)
622 if (PacketLen > IpSb->MaxPacketSize) {
623 PacketLen = IpSb->MaxPacketSize;
640 Head.HopLimit = IpSb->CurHopLimit;
682 return Ip6Output (IpSb, NULL, NULL, ErrorMsg, &Head, NULL, 0, Ip6SysPacketSent, NULL);