Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching defs:IpInstance

33 // IpInstance can be NULL which means that it is the IP6 driver

36 // informational packets. IpInstance is used as a tag in
51 // receive request is send to MNP. IpInstance is always NULL.
69 IP6_PROTOCOL *IpInstance;
161 Free the interface used by IpInstance. All the IP instance with
164 Because the IpInstance is optional, the caller must remove
165 IpInstance from the interface's instance list.
167 @param[in] Interface The interface used by the IpInstance.
168 @param[in] IpInstance The IP instance that free the interface. NULL if
175 IN IP6_PROTOCOL *IpInstance OPTIONAL
229 @param[in] IpInstance The IP child that request the transmission.
244 IN IP6_PROTOCOL *IpInstance OPTIONAL,