Rev 4505 | Rev 4731 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4505 | Rev 4704 | ||
|---|---|---|---|
| Line 67... | Line 67... | ||
| 67 | /** The packet is for the local subsystem from other host. |
67 | /** The packet is for the local subsystem from other host. |
| 68 | */ |
68 | */ |
| 69 | PACKET_OTHERHOST |
69 | PACKET_OTHERHOST |
| 70 | }; |
70 | }; |
| 71 | 71 | ||
| - | 72 | /** @name Packet management system interface |
|
| - | 73 | */ |
|
| - | 74 | /*@{*/ |
|
| - | 75 | ||
| 72 | /** Finds the packet mapping. |
76 | /** Finds the packet mapping. |
| 73 | * @param packet_id The packet identifier to be found. Input parameter. |
77 | * @param packet_id The packet identifier to be found. Input parameter. |
| 74 | * @returns The found packet reference. |
78 | * @returns The found packet reference. |
| 75 | * @returns NULL if the mapping does not exist. |
79 | * @returns NULL if the mapping does not exist. |
| 76 | */ |
80 | */ |
| Line 151... | Line 155... | ||
| 151 | * @returns NULL if there is no previous packet. |
155 | * @returns NULL if there is no previous packet. |
| 152 | * @returns NULL if the packet is not valid. |
156 | * @returns NULL if the packet is not valid. |
| 153 | */ |
157 | */ |
| 154 | packet_t pq_previous( packet_t packet ); |
158 | packet_t pq_previous( packet_t packet ); |
| 155 | 159 | ||
| - | 160 | /*@}*/ |
|
| - | 161 | ||
| 156 | #endif |
162 | #endif |
| 157 | 163 | ||
| 158 | /** @} |
164 | /** @} |
| 159 | */ |
165 | */ |