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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4If.h 25 When receiving Netbuf is allocated by IP4_INTERFACE, and
64 IP4_INTERFACE *Interface;
81 IP4_INTERFACE *Interface;
106 IP4_INTERFACE *Interface;
191 Create an IP4_INTERFACE. Delay the creation of ARP instance until
200 @return Point to the created IP4_INTERFACE, otherwise NULL.
203 IP4_INTERFACE *
225 IN OUT IP4_INTERFACE *Interface,
246 IN IP4_INTERFACE *Interface,
274 IN IP4_INTERFACE *Interface,
    [all...]
Ip4Common.c 35 IN IP4_INTERFACE *IpIf
77 IP4_INTERFACE *IpIf;
91 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
133 @return The IP4_INTERFACE point if found, otherwise NULL
136 IP4_INTERFACE *
143 IP4_INTERFACE *IpIf;
146 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
163 @return The IP4_INTERFACE point if found, otherwise NULL
166 IP4_INTERFACE *
173 IP4_INTERFACE *IpIf;
    [all...]
Ip4Common.h 18 typedef struct _IP4_INTERFACE IP4_INTERFACE;
95 IN IP4_INTERFACE *IpIf
127 @return The IP4_INTERFACE point if found, otherwise NULL
130 IP4_INTERFACE *
142 @return The IP4_INTERFACE point if found, otherwise NULL
145 IP4_INTERFACE *
158 @return The IP4_INTERFACE point if found, otherwise NULL
161 IP4_INTERFACE *
Ip4Output.h 93 IN IP4_INTERFACE *IpIf,
Ip4Output.c 104 IP4_INTERFACE *
111 IP4_INTERFACE *IpIf;
112 IP4_INTERFACE *Selected;
142 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
227 IP4_INTERFACE *IpIf;
302 // address. The IP4_INTERFACE won't consult ARP to send local
481 IN IP4_INTERFACE *IpIf,
Ip4If.c 148 IN IP4_INTERFACE *Interface,
244 IN IP4_INTERFACE *Interface,
323 IN IP4_INTERFACE *Interface,
436 IN IP4_INTERFACE *Interface,
475 Create an IP4_INTERFACE. Delay the creation of ARP instance until
484 @return Point to the created IP4_INTERFACE, otherwise NULL.
487 IP4_INTERFACE *
494 IP4_INTERFACE *Interface;
497 Interface = AllocatePool (sizeof (IP4_INTERFACE));
556 IN OUT IP4_INTERFACE *Interface,
    [all...]
Ip4Impl.h 156 IP4_INTERFACE *Interface;
187 IP4_INTERFACE *DefaultInterface;
Ip4Input.h 114 The IP4 input routine. It is called by the IP4_INTERFACE when a
185 IN IP4_INTERFACE *IpIf
Ip4Input.c 824 The IP4 input routine. It is called by the IP4_INTERFACE when a
    [all...]
Ip4Impl.c 479 IP4_INTERFACE *IpIf;
496 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
593 IP4_INTERFACE *IpIf;
    [all...]
Ip4Icmp.c 106 IP4_INTERFACE *IpIf;
Ip4Driver.c 680 IP4_INTERFACE *IpIf;
Ip4Config2Impl.c 103 IP4_INTERFACE *IpIf;
483 IP4_INTERFACE *IpIf;
    [all...]

Completed in 76 milliseconds