Subversion Repositories HelenOS

Rev

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

Rev 4350 Rev 4351
Line 66... Line 66...
66
 *  @returns Other error codes as defined for the net_get_device_conf_req() function.
66
 *  @returns Other error codes as defined for the net_get_device_conf_req() function.
67
 *  @returns Other error codes as defined for the arp_device_req() function.
67
 *  @returns Other error codes as defined for the arp_device_req() function.
68
 */
68
 */
69
int ip_device_req( int ip_phone, device_id_t device_id, services_t netif );
69
int ip_device_req( int ip_phone, device_id_t device_id, services_t netif );
70
 
70
 
71
/** \todo
71
/** Sends the packet queue.
-
 
72
 *  @param ip_phone The internet protocol phone. Input parameter.
-
 
73
 *  @param device_id The device identifier. Input parameter.
-
 
74
 *  @param packet The packet queue. Input parameter.
-
 
75
 *  @param sender The sending module service. Input parameter.
-
 
76
 *  @returns EOK on success.
-
 
77
 *  @returns Other error codes as defined for the generic_send_msg() function.
72
 */
78
 */
73
int ip_send_msg( int ip_phone, device_id_t device_id, packet_t packet, services_t sender );
79
int ip_send_msg( int ip_phone, device_id_t device_id, packet_t packet, services_t sender );
74
 
80
 
75
/** Connects to the IP module.
81
/** Connects to the IP module.
76
 *  @param service The IP module service. Ignored parameter.
82
 *  @param service The IP module service. Ignored parameter.