mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and include/gpxe/tcpip_if.h respectively. Made changes in the other files.
This commit is contained in:
@@ -74,6 +74,11 @@ struct udp_connection {
|
||||
*/
|
||||
static LIST_HEAD ( udp_conns );
|
||||
|
||||
/**
|
||||
* UDP protocol
|
||||
*/
|
||||
extern struct tcpip_protocol udp_protocol;
|
||||
|
||||
/**
|
||||
* Functions provided to the application layer
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user