Subversion Repositories HelenOS

Rev

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

Rev 3901 Rev 3912
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (c) 2008 Lukas Mejdrech
2
 * Copyright (c) 2009 Lukas Mejdrech
3
 * All rights reserved.
3
 * All rights reserved.
4
 *
4
 *
5
 * Redistribution and use in source and binary forms, with or without
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
6
 * modification, are permitted provided that the following conditions
7
 * are met:
7
 * are met:
Line 25... Line 25...
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
/** @addtogroup net
29
/** @addtogroup net
30
 * @{
30
 *  @{
31
 */
31
 */
32
 
32
 
33
/** @file
33
/** @file
34
 */
34
 */
35
 
35
 
Line 143... Line 143...
143
    NET_NIL_MTU,
143
    NET_NIL_MTU,
144
    /* ( device_id ), packet_send */
144
    /* ( device_id ), packet_send */
145
    NET_NIL_RECEIVED,
145
    NET_NIL_RECEIVED,
146
    /* ( device_id ), packet_send */
146
    /* ( device_id ), packet_send */
147
    NET_NIL_SEND,
147
    NET_NIL_SEND,
148
    /* ( device_id ) -> prefix, content, sufix */
148
    /* ( device_id ) -> prefix, content, suffix */
149
    NET_NIL_PACKET_SPACE,
149
    NET_NIL_PACKET_SPACE,
150
    /* ( device_id ), measured_strings_return( hardware address ) */
150
    /* ( device_id ), measured_strings_return( hardware address ) */
151
    NET_NIL_ADDR,
151
    NET_NIL_ADDR,
152
    /* ( device_id ), measured_strings_return( broadcast address ) */
152
    /* ( device_id ), measured_strings_return( broadcast address ) */
153
    NET_NIL_BROADCAST_ADDR,
153
    NET_NIL_BROADCAST_ADDR,