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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.c 22 @param[in] IpIf The interface that IpAddr received from
35 IN IP4_INTERFACE *IpIf
38 if (IpAddr == IpIf->Ip) {
41 } else if (IpAddr == IpIf->SubnetBrdcast) {
44 } else if (IpAddr == IpIf->NetBrdcast) {
77 IP4_INTERFACE *IpIf;
91 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
97 if (!IpIf->Configured || IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
101 if ((Class = Ip4GetNetCast (Dst, IpIf)) > Type) {
    [all...]
Ip4Output.c 111 IP4_INTERFACE *IpIf;
120 IpIf = Ip4FindNet (IpSb, Dst);
122 if ((IpIf != NULL) && (IpIf->Ip != IP4_ALLZERO_ADDRESS)) {
123 return IpIf;
129 IpIf = Ip4FindInterface (IpSb, Src);
131 if ((IpIf != NULL) && (IpIf->Ip != IP4_ALLZERO_ADDRESS)) {
132 return IpIf;
142 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
    [all...]
Ip4Impl.c 479 IP4_INTERFACE *IpIf;
496 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
497 IpIf->PromiscRecv = FALSE;
499 NET_LIST_FOR_EACH (ProtoEntry, &IpIf->IpInstances) {
503 IpIf->PromiscRecv = TRUE;
593 IP4_INTERFACE *IpIf;
646 IpIf = Ip4FindStationAddress (IpSb, Ip, Netmask);
648 if (IpIf != NULL) {
649 NET_GET_REF (IpIf);
652 IpIf = Ip4CreateInterface (IpSb->Mnp, IpSb->Controller, IpSb->Image);
    [all...]
Ip4Output.h 86 @param IpIf The interface from which the Packet is sent
93 IN IP4_INTERFACE *IpIf,
Ip4Icmp.c 106 IP4_INTERFACE *IpIf;
115 IpIf = Ip4FindInterface (IpSb, NTOHL (Icmp->IpHead.Src));
123 if ((IpIf == NULL) || !IP4_NET_EQUAL (Gateway, IpIf->Ip, IpIf->SubnetMask)) {
131 NET_LIST_FOR_EACH (Entry, &IpIf->IpInstances) {
Ip4Config2Impl.c 103 IP4_INTERFACE *IpIf;
129 IpIf = Ip4CreateInterface (IpSb->Mnp, IpSb->Controller, IpSb->Image);
130 if (IpIf == NULL) {
136 Ip4FreeInterface (IpIf, NULL);
140 IpSb->DefaultInterface = IpIf;
141 InsertHeadList (&IpSb->Interfaces, &IpIf->Link);
143 Ip4ReceiveFrame (IpIf, NULL, Ip4AccpetFrame, IpSb);
483 IP4_INTERFACE *IpIf;
490 IpIf = IpSb->DefaultInterface;
491 ASSERT (IpIf != NULL);
    [all...]
Ip4Input.c     [all...]
Ip4Common.h 82 @param[in] IpIf The interface that IpAddr received from
95 IN IP4_INTERFACE *IpIf
Ip4Driver.c 680 IP4_INTERFACE *IpIf;
740 IpIf = Ip4CreateInterface (IpSb->Mnp, IpSb->Controller, IpSb->Image);
741 if (IpIf == NULL) {
746 Ip4FreeInterface (IpIf, NULL);
750 IpSb->DefaultInterface = IpIf;
751 InsertHeadList (&IpSb->Interfaces, &IpIf->Link);
753 Ip4ReceiveFrame (IpIf, NULL, Ip4AccpetFrame, IpSb);
Ip4Input.h 173 @param[in] IpIf The interface to enqueue the packet to.
185 IN IP4_INTERFACE *IpIf
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 42 IP6_INTERFACE *IpIf;
68 IpIf = NET_LIST_USER_STRUCT (Entry, IP6_INTERFACE, Link);
70 NET_LIST_FOR_EACH (Entry2, &IpIf->AddressList) {
300 IP6_INTERFACE *IpIf;
311 Exist = Ip6IsOneOfSetAddress (IpSb, Source, &IpIf, NULL);
314 return IpIf;
325 Ip6IsOneOfSetAddress (IpSb, &SelectedSource, &IpIf, NULL);
328 return IpIf;
494 IP6_INTERFACE *IpIf;
560 IpIf = Interface;
    [all...]
Ip6Output.h 129 @param[in] IpIf The interface from which the Packet is sent.
136 IN IP6_INTERFACE *IpIf,
Ip6Common.c 317 @param[in, out] IpIf Points to an IP6 interface.
323 IN OUT IP6_INTERFACE *IpIf,
327 InsertHeadList (&IpIf->AddressList, &AddrInfo->Link);
328 IpIf->AddressCount++;
518 IP6_INTERFACE *IpIf;
537 IpIf = NET_LIST_USER_STRUCT_S (Entry, IP6_INTERFACE, Link, IP6_INTERFACE_SIGNATURE);
539 NET_LIST_FOR_EACH (Entry2, &IpIf->AddressList) {
544 *Interface = IpIf;
Ip6Nd.c 284 IP6_INTERFACE *IpIf;
308 IpIf = NET_LIST_USER_STRUCT_S (Entry, IP6_INTERFACE, Link, IP6_INTERFACE_SIGNATURE);
310 Ip6RemoveAddr (IpSb, &IpIf->AddressList, &IpIf->AddressCount, &PrefixEntry->Prefix, PrefixEntry->PrefixLength);
807 @param[in] IpIf Points to the IP6_INTERFACE.
814 IN IP6_INTERFACE *IpIf,
826 IpSb = IpIf->Service;
838 IpIf->Configured = TRUE;
894 Ip6AddAddr (IpIf, AddrInfo);
908 IpIf->Configured = TRUE;
    [all...]
Ip6Impl.c 61 IP6_INTERFACE *IpIf;
73 IpIf = IpInstance->Interface;
135 if (IpIf->Configured || NetIp6IsUnspecifiedAddr (&Config->DestinationAddress)) {
354 IP6_INTERFACE *IpIf;
414 AddrOk = Ip6IsOneOfSetAddress (IpSb, &Source, &IpIf, &AddressInfo);
429 NET_GET_REF (IpIf);
430 IpInstance->Interface = IpIf;
431 InsertTailList (&IpIf->IpInstances, &IpInstance->AddrLink);
516 IP6_INTERFACE *IpIf;
533 IpIf = NET_LIST_USER_STRUCT (Entry, IP6_INTERFACE, Link);
    [all...]
Ip6Input.c     [all...]
Ip6Common.h 240 @param[in, out] IpIf Points to an IP6 interface.
246 IN OUT IP6_INTERFACE *IpIf,
Ip6ConfigImpl.c 53 IP6_INTERFACE *IpIf;
100 IpIf = NET_LIST_USER_STRUCT_S (Entry, IP6_INTERFACE, Link, IP6_INTERFACE_SIGNATURE);
102 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DelayJoinList) {
110 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DupAddrDetectList) {
117 Ip6OnDADFinished (FALSE, IpIf, DadEntry);
914 IP6_INTERFACE *IpIf;
966 IpIf = NET_LIST_USER_STRUCT_S (Entry, IP6_INTERFACE, Link, IP6_INTERFACE_SIGNATURE);
968 NET_LIST_FOR_EACH (Entry2, &IpIf->AddressList) {
    [all...]
Ip6Nd.h 255 @param[in] IpIf Points to the IP6_INTERFACE.
262 IN IP6_INTERFACE *IpIf,
269 @param[in] IpIf Points to the IP6_INTERFACE.
285 IN IP6_INTERFACE *IpIf,

Completed in 246 milliseconds