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