Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:IpSb

83   @param[in]  IpSb               The IP4 service binding instance that received 

97 IN IP4_SERVICE *IpSb,
115 IpIf = Ip4FindInterface (IpSb, NTOHL (Icmp->IpHead.Src));
161 @param[in] IpSb The IP4 service that received the packet.
173 IN IP4_SERVICE *IpSb,
192 return Ip4ProcessIcmpRedirect (IpSb, Head, Packet, &Icmp);
196 return Ip4Demultiplex (IpSb, Head, Packet, NULL, 0);
203 @param[in] IpSb The IP4 service that receivd the packet
215 IN IP4_SERVICE *IpSb,
260 IpSb,
281 @param[in] IpSb The IP4 service that receivd the packet
293 IN IP4_SERVICE *IpSb,
308 return Ip4IcmpReplyEcho (IpSb, Head, Packet);
311 return Ip4Demultiplex (IpSb, Head, Packet, NULL, 0);
320 @param[in] IpSb The IP4 service that receivd the packet.
332 IN IP4_SERVICE *IpSb,
356 return Ip4ProcessIcmpError (IpSb, Head, Packet);
359 return Ip4ProcessIcmpQuery (IpSb, Head, Packet);