Subversion Repositories HelenOS

Rev

Rev 4307 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4307 Rev 4350
Line 68... Line 68...
68
 *  @returns EOK on successful module termination.
68
 *  @returns EOK on successful module termination.
69
 *  @returns Other error codes as defined for the arp_initialize() function.
69
 *  @returns Other error codes as defined for the arp_initialize() function.
70
 *  @returns Other error codes as defined for the REGISTER_ME() macro function.
70
 *  @returns Other error codes as defined for the REGISTER_ME() macro function.
71
 */
71
 */
72
int module_start( async_client_conn_t client_connection );
72
int module_start( async_client_conn_t client_connection );
-
 
73
 
-
 
74
/** Processes the ARP message.
-
 
75
 *  @param callid The message identifier. Input parameter.
-
 
76
 *  @param call The message parameters. Input parameter.
-
 
77
 *  @param answer The message answer parameters. Output parameter.
-
 
78
 *  @param answer_count The last parameter for the actual answer in the answer parameter. Output parameter.
-
 
79
 *  @returns EOK on success.
-
 
80
 *  @returns Other error codes as defined for the arp_message() function.
-
 
81
 */
73
int module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count );
82
int module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count );
74
 
83
 
75
/** ARP module global data.
84
/** ARP module global data.
76
 */
85
 */
77
extern arp_globals_t    arp_globals;
86
extern arp_globals_t    arp_globals;