Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:Ip4

2   Ip4 internal functions and type defintions.

23 #include <Protocol/Ip4.h>
65 // The state of IP4 protocol. It starts from UNCONFIGED. if it is
75 // The state of IP4 service. It starts from UNSTARTED. It transits
116 /// IP4_RXDATA_WRAP wraps the data IP4 child delivers to the
153 // RouteTable is used by the IP4 driver to route packet. EfiRouteTable
230 #define IP4_INSTANCE_FROM_PROTOCOL(Ip4) \
231 CR ((Ip4), IP4_PROTOCOL, Ip4Proto, IP4_PROTOCOL_SIGNATURE)
255 @param[in] IpSb The IP4 service instance that is to be changed.
271 @param IpSb The IP4 service instance.
272 @param IpInstance The IP4 child instance.
282 Clean up the IP4 child, release all the resources used by it.
284 @param[in] IpInstance The IP4 child to clean up.
286 @retval EFI_SUCCESS The IP4 child is cleaned up.
298 @param[in] IpInstance The IP4 child.
315 Change the IP4 child's multicast setting. The caller
318 @param[in] IpInstance The IP4 child to change the setting.
337 The heart beat timer of IP4 service instance. It times out
338 all of its IP4 children's received-but-not-delivered and
342 @param[in] Event The IP4 service instance's heart beat timer.
343 @param[in] Context The IP4 service instance.
360 @param[in] Map The IP4 child's transmit map.