Rev 4350 | Rev 4695 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4350 | Rev 4505 | ||
|---|---|---|---|
| Line 58... | Line 58... | ||
| 58 | NET_IL_RECEIVED, |
58 | NET_IL_RECEIVED, |
| 59 | /** Packet send message. |
59 | /** Packet send message. |
| 60 | * @see ip_send_msg() |
60 | * @see ip_send_msg() |
| 61 | */ |
61 | */ |
| 62 | NET_IL_SEND, |
62 | NET_IL_SEND, |
| - | 63 | /** Packet size message. |
|
| - | 64 | * @see ip_packet_size_req() |
|
| - | 65 | */ |
|
| - | 66 | NET_IL_PACKET_SPACE |
|
| 63 | } il_messages; |
67 | } il_messages; |
| 64 | 68 | ||
| 65 | /** Returns the ip protocol number message parameter. |
69 | /** Returns the protocol number message parameter. |
| 66 | * @param call The message call structure. Input parameter. |
70 | * @param call The message call structure. Input parameter. |
| 67 | */ |
71 | */ |
| 68 | #define IL_GET_PROTO( call ) ( int ) IPC_GET_ARG1( * call ) |
72 | #define IL_GET_PROTO( call ) ( int ) IPC_GET_ARG1( * call ) |
| 69 | 73 | ||
| - | 74 | /** Returns the registering service message parameter. |
|
| - | 75 | * @param call The message call structure. Input parameter. |
|
| - | 76 | */ |
|
| - | 77 | #define IL_GET_SERVICE( call ) ( services_t ) IPC_GET_ARG2( * call ) |
|
| - | 78 | ||
| 70 | #endif |
79 | #endif |
| 71 | 80 | ||
| 72 | /** @} |
81 | /** @} |
| 73 | */ |
82 | */ |