HomeSort by relevance Sort by last modified time
    Searched refs:Udp4Service (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Driver.c 156 UDP4_SERVICE_DATA *Udp4Service;
161 Udp4Service = AllocatePool (sizeof (UDP4_SERVICE_DATA));
162 if (Udp4Service == NULL) {
166 Status = Udp4CreateService (Udp4Service, This->DriverBindingHandle, ControllerHandle);
168 FreePool (Udp4Service);
178 &Udp4Service->ServiceBinding,
182 Udp4CleanService (Udp4Service);
183 FreePool (Udp4Service);
220 UDP4_SERVICE_DATA *Udp4Service;
247 Udp4Service = UDP4_SERVICE_DATA_FROM_THIS (ServiceBinding);
    [all...]
Udp4Impl.c 175 @param[in] Udp4Service Pointer to the udp service context data.
186 IN UDP4_SERVICE_DATA *Udp4Service,
194 @param[in] Udp4Service Pointer to the udp service context data.
199 IN UDP4_SERVICE_DATA *Udp4Service
205 @param[in] Udp4Service Pointer to the udp service context data.
214 IN UDP4_SERVICE_DATA *Udp4Service,
223 @param[in] Udp4Service Pointer to the udp service context data.
232 IN UDP4_SERVICE_DATA *Udp4Service,
259 @param[in, out] Udp4Service Pointer to the UDP4_SERVICE_DATA.
271 IN OUT UDP4_SERVICE_DATA *Udp4Service,
    [all...]
Udp4Main.c 138 UDP4_SERVICE_DATA *Udp4Service;
157 Udp4Service = Instance->Udp4Service;
237 Status = Udp4Bind (&Udp4Service->ChildrenList, &Instance->ConfigData);
515 UDP4_SERVICE_DATA *Udp4Service;
575 Udp4Service = Instance->Udp4Service;
576 *((UINTN *) &Packet->ProtoData[0]) = (UINTN) (Udp4Service->IpIo);
670 Udp4Service->IpIo,
Udp4Impl.h 91 UDP4_SERVICE_DATA *Udp4Service;
420 @param[in, out] Udp4Service Pointer to the UDP4_SERVICE_DATA.
432 IN OUT UDP4_SERVICE_DATA *Udp4Service,
440 @param[in] Udp4Service Pointer to the UDP4_SERVICE_DATA.
445 IN UDP4_SERVICE_DATA *Udp4Service
451 @param[in] Udp4Service Pointer to the UDP4_SERVICE_DATA.
457 IN UDP4_SERVICE_DATA *Udp4Service,

Completed in 177 milliseconds