HomeSort by relevance Sort by last modified time
    Searched refs:IpSb (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Driver.c 137 @param[in] IpSb The IP6 service binding instance to clean up.
145 IN IP6_SERVICE *IpSb
152 IpSb->State = IP6_SERVICE_DESTROY;
154 if (IpSb->Timer != NULL) {
155 gBS->SetTimer (IpSb->Timer, TimerCancel, 0);
156 gBS->CloseEvent (IpSb->Timer);
158 IpSb->Timer = NULL;
161 if (IpSb->FasterTimer != NULL) {
162 gBS->SetTimer (IpSb->FasterTimer, TimerCancel, 0);
163 gBS->CloseEvent (IpSb->FasterTimer);
    [all...]
Ip6Mld.h 58 @param[in] IpSb Points to an IP6 service binding instance.
66 IN IP6_SERVICE *IpSb,
74 @param[in] IpSb The IP6 service whose MLD is to be initialized.
83 IN IP6_SERVICE *IpSb
89 @param[in] IpSb The IP6 service binding instance.
100 IN IP6_SERVICE *IpSb,
108 @param[in] IpSb The IP6 service binding instance.
118 IN IP6_SERVICE *IpSb,
148 @param[in] IpSb The IP service that received the packet.
160 IN IP6_SERVICE *IpSb,
    [all...]
Ip6Icmp.h 39 @param[in] IpSb The IP service that received the packet.
51 IN IP6_SERVICE *IpSb,
59 @param[in] IpSb The IP service that received the packet.
68 IN IP6_SERVICE *IpSb,
77 @param[in] IpSb The IP service that received the packet.
98 IN IP6_SERVICE *IpSb,
Ip6Common.c 23 @param[in] IpSb The IP6 service binding instance.
36 IN IP6_SERVICE *IpSb,
50 if (IpSb->LinkLocalOk) {
51 Count = 1 + IpSb->DefaultInterface->AddressCount;
71 IP6_COPY_ADDRESS (&EfiAddrInfo->Address, &IpSb->LinkLocalAddr);
77 NET_LIST_FOR_EACH (Entry, &IpSb->DefaultInterface->AddressList) {
141 @param[in, out] IpSb The IP6 service binding instance.
149 IN OUT IP6_SERVICE *IpSb
157 NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE);
159 AddrLen = IpSb->SnpMode.HwAddressSize;
    [all...]
Ip6Icmp.c 124 @param[in] IpSb The IP service that received the packet.
136 IN IP6_SERVICE *IpSb,
180 ReplyHead.HopLimit = IpSb->CurHopLimit;
183 if (Ip6IsOneOfSetAddress (IpSb, &Head->DestinationAddress, NULL, NULL)) {
191 IpSb,
214 @param[in] IpSb The IP service that received the packet.
227 IN IP6_SERVICE *IpSb,
255 InsertHeadList (&IpSb->RouteTable->RouteArea[128], &RouteEntry->Link);
256 IpSb->RouteTable->TotalNum++;
258 RouteEntry = Ip6FindRouteEntry (IpSb->RouteTable, DestAddress, NULL);
    [all...]
Ip6Nd.c 23 @param[in, out] IpSb Points to the IP6_SERVICE.
28 IN OUT IP6_SERVICE *IpSb
35 IpSb->ReachableTime = (IpSb->BaseReachableTime * Random) / IP6_RANDOM_FACTOR_SCALE;
59 IP6_SERVICE *IpSb;
67 IpSb = IpInstance->Service;
70 NET_LIST_FOR_EACH (Entry, &IpSb->NeighborTable) {
86 NET_LIST_FOR_EACH (Entry, &IpSb->NeighborTable) {
124 IP6_SERVICE *IpSb;
133 IpSb = IpInstance->Service;
    [all...]
Ip6Mld.c 21 @param[in, out] IpSb Points to IP6 service binding instance.
30 IN OUT IP6_SERVICE *IpSb,
37 NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE);
46 InsertTailList (&IpSb->MldCtrl.Groups, &Entry->Link);
55 @param[in] IpSb Points to IP6 service binding instance.
63 IN IP6_SERVICE *IpSb,
70 NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE);
73 NET_LIST_FOR_EACH (Entry, &IpSb->MldCtrl.Groups) {
121 @param[in] IpSb The IP service to send the packet.
134 IN IP6_SERVICE *IpSb,
    [all...]
Ip6Output.c 24 @param[in] IpSb Points to an IP6 service binding instance.
37 IN IP6_SERVICE *IpSb,
50 if (IpSb->LinkLocalOk) {
57 IP6_COPY_ADDRESS (&Copy->Address, &IpSb->LinkLocalAddr);
67 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
148 @param[in] IpSb Points to a IP6 service binding instance.
160 IN IP6_SERVICE *IpSb,
176 NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE);
181 if (!IpSb->LinkLocalOk) {
188 if (Ip6IsOneOfSetAddress (IpSb, Destination, NULL, NULL)) {
    [all...]
Ip6Nd.h 195 @param[in] IpSb The pointer to the IP6_SERVICE instance.
206 IN IP6_SERVICE *IpSb,
214 @param[in] IpSb The pointer to the IP6_SERVICE instance.
220 IN IP6_SERVICE *IpSb,
227 @param[in] IpSb The pointer to the IP6_SERVICE instance.
232 IN IP6_SERVICE *IpSb
238 @param[in] IpSb The pointer to the IP6_SERVICE instance.
247 IN IP6_SERVICE *IpSb,
294 @param[in] IpSb The pointer to the IP6_SERVICE instance.
305 IN IP6_SERVICE *IpSb,
    [all...]
Ip6Impl.c 60 IP6_SERVICE *IpSb;
72 IpSb = IpInstance->Service;
75 if (IpSb->LinkLocalDadFail) {
85 Ip6ModeData->MaxPacketSize = IpSb->MaxPacketSize;
118 IpSb,
145 IpSb->RouteTable,
199 Status = IpSb->Mnp->GetModeData (IpSb->Mnp, MnpConfigData, SnpModeData);
238 @param[in] IpSb The IP6 service instance.
251 IN IP6_SERVICE *IpSb,
    [all...]
Ip6If.c 92 IP6_SERVICE *IpSb;
101 IpSb = Interface->Service;
103 if (Ip6IsOneOfSetAddress (IpSb, Ip6Addr, NULL, &AddressInfo)) {
135 NET_LIST_FOR_EACH (Entry, &IpSb->OnlinkPrefix) {
150 NET_LIST_FOR_EACH (Entry, &IpSb->AutonomousPrefix) {
197 @param[in] IpSb The IP6 service binding instance.
206 IN IP6_SERVICE *IpSb,
214 NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE);
228 Interface->Service = IpSb;
229 Interface->Controller = IpSb->Controller;
    [all...]
Ip6Common.h 78 @param[in] IpSb The IP6 service binding instance.
91 IN IP6_SERVICE *IpSb,
124 @param[in, out] IpSb The IP6 service binding instance.
132 IN OUT IP6_SERVICE *IpSb
141 @param[in, out] IpSb The IP6 service binding instance.
149 IN OUT IP6_SERVICE *IpSb
186 @param[in] IpSb Points to a IP6 service binding instance
199 IN IP6_SERVICE *IpSb,
208 @param[in] IpSb Points to a IP6 service binding instance.
217 IN IP6_SERVICE *IpSb,
    [all...]
Ip6ConfigImpl.c 40 @param[in] IpSb The IP6 service binding instance.
46 IN IP6_SERVICE *IpSb,
64 Ip6CleanDefaultRouterList (IpSb);
65 Ip6CleanPrefixListTable (IpSb, &IpSb->OnlinkPrefix);
66 Ip6CleanPrefixListTable (IpSb, &IpSb->AutonomousPrefix);
72 if (IpSb->LinkLocalOk) {
74 IpSb,
79 &IpSb->LinkLocalAddr
    [all...]
Ip6Option.c 23 @param[in] IpSb The IP6 service data.
37 IN IP6_SERVICE *IpSb,
85 IpSb,
98 IpSb,
187 @param[in] IpSb The IP6 service instance.
196 IN IP6_SERVICE *IpSb,
211 if (IpSb == NULL) {
215 if (IpSb->Signature != IP6_SERVICE_SIGNATURE) {
219 NET_LIST_FOR_EACH (Entry, &IpSb->Children) {
236 @param[in] IpSb The IP6 service instance. This is an optional parameter.
    [all...]
Ip6Input.h 144 @param[in] IpSb The IP6 service instance.
165 IN IP6_SERVICE *IpSb,
208 @param[in] IpSb The IP6 service instance that received the packet.
219 IN IP6_SERVICE *IpSb,
227 @param[in] IpSb The IP6 service instance to timeout.
232 IN IP6_SERVICE *IpSb
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Driver.c 160 @param[in] IpSb The IP4 service binding instance to clean up
168 IN IP4_SERVICE *IpSb
193 IP4_SERVICE *IpSb;
205 IpSb = AllocateZeroPool (sizeof (IP4_SERVICE));
207 if (IpSb == NULL) {
211 IpSb->Signature = IP4_SERVICE_SIGNATURE;
212 IpSb->ServiceBinding.CreateChild = Ip4ServiceBindingCreateChild;
213 IpSb->ServiceBinding.DestroyChild = Ip4ServiceBindingDestroyChild;
214 IpSb->State = IP4_SERVICE_UNSTARTED;
216 IpSb->NumChildren = 0;
    [all...]
Ip4Config2Impl.c 50 IP4_SERVICE *IpSb;
61 IpSb = IP4_SERVICE_FROM_IP4_CONFIG2_INSTANCE (Instance);
69 IpSb->Image,
70 IpSb->Controller
77 IpSb->Controller,
78 IpSb->Image,
93 @param[in] IpSb The IP4 service binding instance.
99 IN IP4_SERVICE *IpSb,
112 if (IpSb->DefaultInterface != NULL) {
113 if (IpSb->DefaultRouteTable != NULL) {
    [all...]
Ip4Igmp.c 28 @param[in, out] IpSb The IP4 service whose IGMP is to be initialized.
30 @retval EFI_SUCCESS IGMP of the IpSb is successfully initialized.
32 @retval Others Failed to initialize the IGMP of IpSb.
37 IN OUT IP4_SERVICE *IpSb
45 IgmpCtrl = &IpSb->IgmpCtrl;
56 Mnp = IpSb->Mnp;
156 @param[in] IpSb The IP4 service instance that requests the
170 IN IP4_SERVICE *IpSb,
213 IpSb,
230 @param[in] IpSb The IP4 service instance that requests the
    [all...]
Ip4Common.c 58 @param[in] IpSb The IP4 service binding instance that received the
71 IN IP4_SERVICE *IpSb,
83 if (IpSb->MnpConfigData.EnablePromiscuousReceive) {
90 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
113 IpIf = Ip4FindNet (IpSb, Src);
119 } else if (IP4_IS_MULTICAST (Dst) && Ip4FindGroup (&IpSb->IgmpCtrl, Dst) != NULL) {
130 @param[in] IpSb The IP4 service binding instance
138 IN IP4_SERVICE *IpSb,
145 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
160 @param[in] IpSb The IP4 service binding instance
    [all...]
Ip4Icmp.c 83 @param[in] IpSb The IP4 service binding instance that received
97 IN IP4_SERVICE *IpSb,
115 IpIf = Ip4FindInterface (IpSb, NTOHL (Icmp->IpHead.Src));
161 @param[in] IpSb The IP4 service that received the packet.
173 IN IP4_SERVICE *IpSb,
192 return Ip4ProcessIcmpRedirect (IpSb, Head, Packet, &Icmp);
196 return Ip4Demultiplex (IpSb, Head, Packet, NULL, 0);
203 @param[in] IpSb The IP4 service that receivd the packet
215 IN IP4_SERVICE *IpSb,
260 IpSb,
    [all...]
Ip4Common.h 103 @param[in] IpSb The IP4 service binding instance that received the
116 IN IP4_SERVICE *IpSb,
124 @param[in] IpSb The IP4 service binding instance
132 IN IP4_SERVICE *IpSb,
139 @param[in] IpSb The IP4 service binding instance
147 IN IP4_SERVICE *IpSb,
154 @param[in] IpSb Ip4 service binding instance
163 IN IP4_SERVICE *IpSb,
Ip4Igmp.h 66 @param[in, out] IpSb The IP4 service whose IGMP is to be initialized.
68 @retval EFI_SUCCESS IGMP of the IpSb is successfully initialized.
70 @retval Others Failed to initialize the IGMP of IpSb.
75 IN OUT IP4_SERVICE *IpSb
116 @param[in] IpSb The IP4 service instance that received the message.
126 IN IP4_SERVICE *IpSb,
139 @param[in] IpSb The IP4 service instance that is ticking.
144 IN IP4_SERVICE *IpSb
Ip4Output.c 96 @param[in] IpSb The IP4 service that wants to send the packets.
106 IN IP4_SERVICE *IpSb,
120 IpIf = Ip4FindNet (IpSb, Dst);
129 IpIf = Ip4FindInterface (IpSb, Src);
141 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
185 @param[in] IpSb The IP4 service instance to transmit the packet
216 IN IP4_SERVICE *IpSb,
245 IpIf = Ip4SelectInterface (IpSb, Head->Dst, Head->Src);
277 IpSb,
312 CacheEntry = Ip4Route (IpSb->DefaultRouteTable, Head->Dst, Head->Src);
    [all...]
Ip4Input.h 144 @param[in] IpSb The IP4 service instance that received the packet.
157 IN IP4_SERVICE *IpSb,
168 @param[in] IpSb The IP4 service instance that receive the packet.
180 IN IP4_SERVICE *IpSb,
210 @param[in] IpSb The IP4 service instance to timeout
215 IN IP4_SERVICE *IpSb
223 @param[in] IpSb The IP4 service instance.
243 IN IP4_SERVICE *IpSb,
Ip4Impl.c 377 IP4_SERVICE *IpSb;
389 IpSb = IpInstance->Service;
409 Ip4ModeData->MaxPacketSize = IpSb->MaxPacketSize;
446 Status = IpSb->Mnp->GetModeData (IpSb->Mnp, MnpConfigData, SnpModeData);
464 @param[in] IpSb The IP4 service instance that is to be changed.
473 IN IP4_SERVICE *IpSb,
494 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
512 if (PromiscReceive == IpSb->MnpConfigData.EnablePromiscuousReceive) {
517 IpSb->MnpConfigData.EnablePromiscuousReceive = PromiscReceive;
    [all...]

Completed in 331 milliseconds

1 2