Rev 4505 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4505 | Rev 4575 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | 46 | ||
47 | #include "../include/device.h" |
47 | #include "../include/device.h" |
48 | 48 | ||
49 | #include "../structures/packet/packet.h" |
49 | #include "../structures/packet/packet.h" |
50 | 50 | ||
51 | #include "sockaddr.h" |
51 | #include "in.h" |
52 | 52 | ||
53 | /** The transport layer notification function type definition. |
53 | /** The transport layer notification function type definition. |
54 | * Notifies the transport layer modules about the received packet/s. |
54 | * Notifies the transport layer modules about the received packet/s. |
55 | * @param device_id The device identifier. Input parameter. |
55 | * @param device_id The device identifier. Input parameter. |
56 | * @param packet The received packet or the received packet queue. Input parameter. |
56 | * @param packet The received packet or the received packet queue. Input parameter. |