Rev 4707 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4707 | Rev 4731 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | /*@{*/ |
56 | /*@{*/ |
57 | 57 | ||
58 | /** Notifies the remote transport layer modules about the received packet/s. |
58 | /** Notifies the remote transport layer modules about the received packet/s. |
59 | * @param tl_phone The transport layer module phone used for remote calls. Input parameter. |
59 | * @param tl_phone The transport layer module phone used for remote calls. Input parameter. |
60 | * @param device_id The device identifier. Input parameter. |
60 | * @param device_id The device identifier. Input parameter. |
61 | * @param packet The received packet or the received packet queue. Input parameter. |
61 | * @param packet The received packet or the received packet queue. The packet queue is used to carry a~fragmented datagram. The first packet contains the headers, the others contain only data. Input parameter. |
62 | * @param target The target transport layer module service to be delivered to. Input parameter. |
62 | * @param target The target transport layer module service to be delivered to. Input parameter. |
63 | * @param error The packet error reporting service. Prefixes the received packet. Input parameter. |
63 | * @param error The packet error reporting service. Prefixes the received packet. Input parameter. |
64 | * @returns EOK on success. |
64 | * @returns EOK on success. |
65 | */ |
65 | */ |
66 | inline static int tl_received_msg( int tl_phone, device_id_t device_id, packet_t packet, services_t target, services_t error ){ |
66 | inline static int tl_received_msg( int tl_phone, device_id_t device_id, packet_t packet, services_t target, services_t error ){ |