Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching defs:Context

34    @param[in] Context         Pointer to the notification function's context

41 IN VOID *Context
465 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
475 IN VOID *Context
483 if (Entry == NULL || Context == NULL) {
488 ServiceBinding = ((IP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
489 NumberOfChildren = ((IP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->NumberOfChildren;
490 ChildHandleBuffer = ((IP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ChildHandleBuffer;
679 IP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT Context;
720 Context.ServiceBinding = ServiceBinding;
721 Context.NumberOfChildren = NumberOfChildren;
722 Context.ChildHandleBuffer = ChildHandleBuffer;
726 &Context,
932 // Retrieve the private context data structures