Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching defs:IpInstance

32   @param[in] IpInstance The instance that sent or received the packet.

33 IpInstance can be NULL which means that it is the IP4 driver
36 responses, or IGMP packets. IpInstance is used as a tag in
49 IN IP4_PROTOCOL *IpInstance OPTIONAL,
59 /// receive request is send to MNP. IpInstance is always NULL.
66 IP4_PROTOCOL *IpInstance;
83 IP4_PROTOCOL *IpInstance;
231 Free the interface used by IpInstance. All the IP instance with
234 Because the IpInstance is optional, the caller must remove
235 IpInstance from the interface's instance list itself.
237 @param[in] Interface The interface used by the IpInstance.
238 @param[in] IpInstance The Ip instance that free the interface. NULL if
241 @retval EFI_SUCCESS The interface use IpInstance is freed.
247 IN IP4_PROTOCOL *IpInstance OPTIONAL
258 @param[in] IpInstance The IP child that request the transmission. NULL
275 IN IP4_PROTOCOL *IpInstance OPTIONAL,
312 @param[in] Interface The interface used by the IpInstance
324 @param[in] IpInstance The instance that requests the receive. NULL for
338 IN IP4_PROTOCOL *IpInstance OPTIONAL,