OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_REQUEST_CONTEXT
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c
499
USER_REQUEST_CONTEXT
*RequestContext;
597
RequestContext = AllocatePool (sizeof(
USER_REQUEST_CONTEXT
));
ArpImpl.c
428
USER_REQUEST_CONTEXT
*RequestContext;
461
RequestContext = NET_LIST_USER_STRUCT (ContextEntry,
USER_REQUEST_CONTEXT
, List);
794
USER_REQUEST_CONTEXT
*Context;
803
Context = NET_LIST_USER_STRUCT (Entry,
USER_REQUEST_CONTEXT
, List);
[
all
...]
ArpImpl.h
184
}
USER_REQUEST_CONTEXT
;
Completed in 154 milliseconds