Home | History | Annotate | Download | only in ArpDxe

Lines Matching refs:RequestContext

428   USER_REQUEST_CONTEXT  *RequestContext;

461 RequestContext = NET_LIST_USER_STRUCT (ContextEntry, USER_REQUEST_CONTEXT, List);
463 ArpSendFrame (RequestContext->Instance, CacheEntry, ARP_OPCODE_REQUEST);
466 CacheEntry->NextRetryTime = RequestContext->Instance->ConfigData.RetryTimeOut;