Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching defs:Context

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

41 IN VOID *Context
298 IpSb->RecvRequest.Context = NULL;
654 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
664 IN VOID *Context
672 if (Entry == NULL || Context == NULL) {
677 ServiceBinding = ((IP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
678 NumberOfChildren = ((IP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->NumberOfChildren;
679 ChildHandleBuffer = ((IP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ChildHandleBuffer;
718 IP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT Context;
754 Context.ServiceBinding = ServiceBinding;
755 Context.NumberOfChildren = NumberOfChildren;
756 Context.ChildHandleBuffer = ChildHandleBuffer;
760 &Context,
928 // Retrieve the private context data structures