Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:IpSb

96   @param[in]  IpSb                 The IP4 service that wants to send the packets.

106 IN IP4_SERVICE *IpSb,
120 IpIf = Ip4FindNet (IpSb, Dst);
129 IpIf = Ip4FindInterface (IpSb, Src);
141 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
185 @param[in] IpSb The IP4 service instance to transmit the packet
216 IN IP4_SERVICE *IpSb,
245 IpIf = Ip4SelectInterface (IpSb, Head->Dst, Head->Src);
277 IpSb,
312 CacheEntry = Ip4Route (IpSb->DefaultRouteTable, Head->Dst, Head->Src);
320 CacheEntry = Ip4Route (IpSb->DefaultRouteTable, Head->Dst, Head->Src);
336 Mtu = IpSb->MaxPacketSize + sizeof (IP4_HEAD);