|
@@ -86,7 +86,7 @@ extern int igmp_mc_proc_init(void);
|
|
*/
|
|
*/
|
|
|
|
|
|
extern int ip_build_and_send_pkt(struct sk_buff *skb, struct sock *sk,
|
|
extern int ip_build_and_send_pkt(struct sk_buff *skb, struct sock *sk,
|
|
- u32 saddr, u32 daddr,
|
|
|
|
|
|
+ __be32 saddr, __be32 daddr,
|
|
struct ip_options *opt);
|
|
struct ip_options *opt);
|
|
extern int ip_rcv(struct sk_buff *skb, struct net_device *dev,
|
|
extern int ip_rcv(struct sk_buff *skb, struct net_device *dev,
|
|
struct packet_type *pt, struct net_device *orig_dev);
|
|
struct packet_type *pt, struct net_device *orig_dev);
|