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:
@@ -32,6 +32,7 @@ struct ipv4_pseudo_header {
|
||||
struct pk_buff;
|
||||
struct net_device;
|
||||
struct net_protocol;
|
||||
struct tcpip_protocol;
|
||||
|
||||
extern struct net_protocol ipv4_protocol;
|
||||
|
||||
@@ -41,6 +42,7 @@ extern int add_ipv4_address ( struct net_device *netdev,
|
||||
extern void del_ipv4_address ( struct net_device *netdev );
|
||||
|
||||
extern int ipv4_uip_tx ( struct pk_buff *pkb );
|
||||
extern int ipv4_tx ( struct pk_buff *pkb, uint16_t trans_proto, struct in_addr *dest );
|
||||
extern int ipv4_tx ( struct pk_buff *pkb, struct tcpip_protocol *tcpip,
|
||||
struct in_addr *dest );
|
||||
|
||||
#endif /* _GPXE_IP_H */
|
||||
|
||||
Reference in New Issue
Block a user