lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] [lwip] Function prototype: inet_chksum_pseudo


From: Robert
Subject: [lwip-users] [lwip] Function prototype: inet_chksum_pseudo
Date: Thu, 09 Jan 2003 01:47:49 -0000

There apprears to be a conflict between the function prototype for 
inet_chksum_pseudo as defined in inet.h and how the function itself is 
defined in inet6.c.  In inet.h, it is defined this way:

u16_t inet_chksum_pseudo(struct pbuf *p,
                         struct ip_addr *src, struct ip_addr *dest,
                         u8_t proto, u16_t proto_len);

in inet6.c, it is defined this way:

u16_t
inet_chksum_pseudo(struct pbuf *p,
                   struct ip_addr *src, struct ip_addr *dest,
                   u8_t proto, u32_t proto_len)

The 5th argument is u16_t vs. u32_t.

-- 
Best Regards,
Robert Laughlin


[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]