Subversion Repositories HelenOS

Rev

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

Rev 4351 Rev 4695
Line 71... Line 71...
71
 */
71
 */
72
inline static int   il_received_msg( int il_phone, device_id_t device_id, packet_t packet, services_t target ){
72
inline static int   il_received_msg( int il_phone, device_id_t device_id, packet_t packet, services_t target ){
73
    return generic_received_msg( il_phone, NET_IL_RECEIVED, device_id, packet_get_id( packet ), target );
73
    return generic_received_msg( il_phone, NET_IL_RECEIVED, device_id, packet_get_id( packet ), target );
74
}
74
}
75
 
75
 
-
 
76
/** Notifies the internetwork layer modules about the mtu change.
-
 
77
 *  @param il_phone The internetwork layer module phone used for (semi)remote calls. Input parameter.
-
 
78
 *  @param device_id The device identifier. Input parameter.
-
 
79
 *  @param mtu The new mtu value. Input parameter.
-
 
80
 *  @returns EOK on success.
-
 
81
 */
-
 
82
inline static int   il_mtu_changed_msg( int il_phone, device_id_t device_id, int mtu, services_t target ){
-
 
83
    return generic_device_state_msg( il_phone, NET_IL_MTU_CHANGED, device_id, mtu, target );
-
 
84
}
-
 
85
 
76
#endif
86
#endif
77
 
87
 
78
/** @}
88
/** @}
79
 */
89
 */