Rev 4695 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4695 | Rev 4704 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | * @see il_mtu_changed_msg() |
68 | * @see il_mtu_changed_msg() |
69 | */ |
69 | */ |
70 | NET_IL_MTU_CHANGED |
70 | NET_IL_MTU_CHANGED |
71 | } il_messages; |
71 | } il_messages; |
72 | 72 | ||
- | 73 | /** @name Internetwork layer specific message parameters definitions |
|
- | 74 | */ |
|
- | 75 | /*@{*/ |
|
- | 76 | ||
73 | /** Returns the protocol number message parameter. |
77 | /** Returns the protocol number message parameter. |
74 | * @param call The message call structure. Input parameter. |
78 | * @param call The message call structure. Input parameter. |
75 | */ |
79 | */ |
76 | #define IL_GET_PROTO( call ) ( int ) IPC_GET_ARG1( * call ) |
80 | #define IL_GET_PROTO( call ) ( int ) IPC_GET_ARG1( * call ) |
77 | 81 | ||
78 | /** Returns the registering service message parameter. |
82 | /** Returns the registering service message parameter. |
79 | * @param call The message call structure. Input parameter. |
83 | * @param call The message call structure. Input parameter. |
80 | */ |
84 | */ |
81 | #define IL_GET_SERVICE( call ) ( services_t ) IPC_GET_ARG2( * call ) |
85 | #define IL_GET_SERVICE( call ) ( services_t ) IPC_GET_ARG2( * call ) |
82 | 86 | ||
- | 87 | /*@}*/ |
|
- | 88 | ||
83 | #endif |
89 | #endif |
84 | 90 | ||
85 | /** @} |
91 | /** @} |
86 | */ |
92 | */ |