OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Udp6Read
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c
87
Status = Private->
Udp6Read
->Configure (
88
Private->
Udp6Read
,
253
Private->
Udp6Read
->Configure (Private->
Udp6Read
, NULL);
321
Private->
Udp6Read
->Groups (Private->
Udp6Read
, FALSE, NULL);
322
Private->
Udp6Read
->Configure (Private->
Udp6Read
, NULL);
448
// Stop
Udp6Read
instance
450
Private->
Udp6Read
->Configure (Private->Udp6Read, NULL);
[
all
...]
PxeBcDhcp6.c
1016
// Start
Udp6Read
instance
1018
Status = Private->
Udp6Read
->Configure (Private->
Udp6Read
, &Private->Udp6CfgData);
1036
// Stop
Udp6Read
instance
1038
Private->
Udp6Read
->Configure (Private->
Udp6Read
, NULL);
[
all
...]
PxeBcImpl.h
138
EFI_UDP6_PROTOCOL *
Udp6Read
;
PxeBcDriver.c
995
(VOID **) &Private->
Udp6Read
,
[
all
...]
Completed in 80 milliseconds