Searched refs:IP4_INTERFACE (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.h25 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 *Interfac
[all...]
H A DIp4Common.h18 typedef struct _IP4_INTERFACE IP4_INTERFACE; typedef in typeref:struct:_IP4_INTERFACE
92 IN IP4_INTERFACE *IpIf
124 @return The IP4_INTERFACE point if found, otherwise NULL
127 IP4_INTERFACE *
139 @return The IP4_INTERFACE point if found, otherwise NULL
142 IP4_INTERFACE *
155 @return The IP4_INTERFACE point if found, otherwise NULL
158 IP4_INTERFACE *
H A DIp4Common.c35 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 *IpI
[all...]
H A DIp4Output.h93 IN IP4_INTERFACE *IpIf,
H A DIp4Output.c104 IP4_INTERFACE *
111 IP4_INTERFACE *IpIf;
112 IP4_INTERFACE *Selected;
142 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
223 IP4_INTERFACE *IpIf;
295 // address. The IP4_INTERFACE won't consult ARP to send local
461 IN IP4_INTERFACE *IpIf,
H A DIp4If.c148 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 *Interfac
[all...]
H A DIp4Impl.h142 IP4_INTERFACE *Interface;
174 IP4_INTERFACE *DefaultInterface;
H A DIp4Input.h114 The IP4 input routine. It is called by the IP4_INTERFACE when a
177 IN IP4_INTERFACE *IpIf
H A DIp4Impl.c479 IP4_INTERFACE *IpIf;
496 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
557 IP4_INTERFACE *IpIf;
867 IP4_INTERFACE *IpIf;
1522 IP4_INTERFACE *IpIf;
1638 IN IP4_INTERFACE *IpIf
1880 IP4_INTERFACE *IpIf;
H A DIp4Input.c817 The IP4 input routine. It is called by the IP4_INTERFACE when a
1340 IN IP4_INTERFACE *IpIf
1427 IN IP4_INTERFACE *IpIf
1468 IP4_INTERFACE *IpIf;
1478 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
1497 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
H A DIp4Icmp.c106 IP4_INTERFACE *IpIf;

Completed in 228 milliseconds