Home
last modified time | relevance | path

Searched refs:Udp6Service (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
DUdp6Driver.c140 UDP6_SERVICE_DATA *Udp6Service; in Udp6DriverBindingStart() local
145 Udp6Service = AllocateZeroPool (sizeof (UDP6_SERVICE_DATA)); in Udp6DriverBindingStart()
146 if (Udp6Service == NULL) { in Udp6DriverBindingStart()
151 Status = Udp6CreateService (Udp6Service, This->DriverBindingHandle, ControllerHandle); in Udp6DriverBindingStart()
162 &Udp6Service->ServiceBinding, in Udp6DriverBindingStart()
166 Udp6CleanService (Udp6Service); in Udp6DriverBindingStart()
172 if (Udp6Service != NULL) { in Udp6DriverBindingStart()
173 FreePool (Udp6Service); in Udp6DriverBindingStart()
249 UDP6_SERVICE_DATA *Udp6Service; in Udp6DriverBindingStop() local
276 Udp6Service = UDP6_SERVICE_DATA_FROM_THIS (ServiceBinding); in Udp6DriverBindingStop()
[all …]
DUdp6Impl.c185 IN UDP6_SERVICE_DATA *Udp6Service,
198 IN UDP6_SERVICE_DATA *Udp6Service
213 IN UDP6_SERVICE_DATA *Udp6Service,
231 IN UDP6_SERVICE_DATA *Udp6Service,
284 IN UDP6_SERVICE_DATA *Udp6Service, in Udp6CreateService() argument
292 ZeroMem (Udp6Service, sizeof (UDP6_SERVICE_DATA)); in Udp6CreateService()
294 Udp6Service->Signature = UDP6_SERVICE_DATA_SIGNATURE; in Udp6CreateService()
295 Udp6Service->ServiceBinding = mUdp6ServiceBinding; in Udp6CreateService()
296 Udp6Service->ImageHandle = ImageHandle; in Udp6CreateService()
297 Udp6Service->ControllerHandle = ControllerHandle; in Udp6CreateService()
[all …]
DUdp6Main.c146 UDP6_SERVICE_DATA *Udp6Service; in Udp6Configure() local
164 Udp6Service = Instance->Udp6Service; in Udp6Configure()
166 ASSERT (Udp6Service != NULL); in Udp6Configure()
239 Status = Udp6Bind (&Udp6Service->ChildrenList, &Instance->ConfigData); in Udp6Configure()
466 UDP6_SERVICE_DATA *Udp6Service; in Udp6Transmit() local
523 Udp6Service = Instance->Udp6Service; in Udp6Transmit()
524 *((UINTN *) &Packet->ProtoData[0]) = (UINTN) (Udp6Service->IpIo); in Udp6Transmit()
636 Udp6Service->IpIo, in Udp6Transmit()
DUdp6Impl.h87 UDP6_SERVICE_DATA *Udp6Service; member
125 IN OUT UDP6_SERVICE_DATA *Udp6Service
143 IN UDP6_SERVICE_DATA *Udp6Service,
168 IN UDP6_SERVICE_DATA *Udp6Service,