mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
Put the TCP connection periodic processing in tcp.c, where it belongs.
This commit is contained in:
@@ -5,16 +5,10 @@
|
||||
*
|
||||
* IP protocol
|
||||
*
|
||||
* This file defines the gPXE IP API.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <gpxe/in.h>
|
||||
struct net_protocol;
|
||||
|
||||
extern void set_ipaddr ( struct in_addr address );
|
||||
extern void set_netmask ( struct in_addr address );
|
||||
extern void set_gateway ( struct in_addr address );
|
||||
extern void init_tcpip ( void );
|
||||
extern void run_tcpip ( void );
|
||||
extern struct net_protocol ipv4_protocol;
|
||||
|
||||
#endif /* _GPXE_IP_H */
|
||||
|
||||
Reference in New Issue
Block a user