14 extern struct net_protocol ipv4_protocol;
16 extern int add_ipv4_address ( struct net_device *netdev,
17 struct in_addr address, struct in_addr netmask,
18 struct in_addr gateway );
19 extern void del_ipv4_address ( struct net_device *netdev );
20 extern int ipv4_uip_tx ( struct pk_buff *pkb );
22 #endif /* _GPXE_IP_H */