Subversion Repositories HelenOS

Rev

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

Rev 4722 Rev 4731
Line 98... Line 98...
98
 *  @returns Other error codes as defined for the arp_device_req() function.
98
 *  @returns Other error codes as defined for the arp_device_req() function.
99
 */
99
 */
100
int ip_device_req( int ip_phone, device_id_t device_id, services_t netif );
100
int ip_device_req( int ip_phone, device_id_t device_id, services_t netif );
101
 
101
 
102
/** Sends the packet queue.
102
/** Sends the packet queue.
-
 
103
 *  The packets may get fragmented if needed.
103
 *  @param ip_phone The IP module phone used for (semi)remote calls. Input parameter.
104
 *  @param ip_phone The IP module phone used for (semi)remote calls. Input parameter.
104
 *  @param device_id The device identifier. Input parameter.
105
 *  @param device_id The device identifier. Input parameter.
105
 *  @param packet The packet queue. Input parameter.
106
 *  @param packet The packet fragments as a~packet queue. All the packets have to have the same destination address. Input parameter.
106
 *  @param sender The sending module service. Input parameter.
107
 *  @param sender The sending module service. Input parameter.
107
 *  @param error The packet error reporting service. Prefixes the received packet. Input parameter.
108
 *  @param error The packet error reporting service. Prefixes the received packet. Input parameter.
108
 *  @returns EOK on success.
109
 *  @returns EOK on success.
109
 *  @returns Other error codes as defined for the generic_send_msg() function.
110
 *  @returns Other error codes as defined for the generic_send_msg() function.
110
 */
111
 */