mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
Simplify TX datapath.
This commit is contained in:
@@ -11,4 +11,10 @@ struct net_protocol;
|
||||
|
||||
extern struct net_protocol ipv4_protocol;
|
||||
|
||||
extern int add_ipv4_address ( struct net_device *netdev,
|
||||
struct in_addr address, struct in_addr netmask,
|
||||
struct in_addr gateway );
|
||||
extern void del_ipv4_address ( struct net_device *netdev );
|
||||
extern int ipv4_uip_transmit ( struct pk_buff *pkb );
|
||||
|
||||
#endif /* _GPXE_IP_H */
|
||||
|
||||
Reference in New Issue
Block a user