Subversion Repositories HelenOS

Rev

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

Rev 4505 Rev 4695
Line 61... Line 61...
61
     */
61
     */
62
    NET_IL_SEND,
62
    NET_IL_SEND,
63
    /** Packet size message.
63
    /** Packet size message.
64
     *  @see ip_packet_size_req()
64
     *  @see ip_packet_size_req()
65
     */
65
     */
66
    NET_IL_PACKET_SPACE
66
    NET_IL_PACKET_SPACE,
-
 
67
    /** Device MTU changed message.
-
 
68
     *  @see il_mtu_changed_msg()
-
 
69
     */
-
 
70
    NET_IL_MTU_CHANGED
67
} il_messages;
71
} il_messages;
68
 
72
 
69
/** Returns the protocol number message parameter.
73
/** Returns the protocol number message parameter.
70
 *  @param call The message call structure. Input parameter.
74
 *  @param call The message call structure. Input parameter.
71
 */
75
 */