IP_REASSEMBLY: Changed 'packet' to 'datagram' to match the names used in the RFCs

This commit is contained in:
goldsimon
2007-10-15 19:28:09 +00:00
parent 0686380302
commit e864ba6c91
2 changed files with 56 additions and 56 deletions

View File

@@ -55,7 +55,7 @@ struct ip_reassdata {
struct ip_reassdata *next;
struct pbuf *p;
struct ip_hdr iphdr;
u16_t packet_len;
u16_t datagram_len;
u8_t flags;
u8_t timer;
};