Changeset b9c0c90 in mainline
- Timestamp:
- 2010-04-06T11:35:27Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11e543c
- Parents:
- c51fa73
- Location:
- uspace/lib/net/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/il_messages.h
rc51fa73 rb9c0c90 44 44 /** Internet layer modules messages. 45 45 */ 46 typedef enum {46 typedef enum { 47 47 /** New device message. 48 48 * @see ip_device_req() -
uspace/lib/net/include/ip_interface.h
rc51fa73 rb9c0c90 96 96 * @returns Other error codes as defined for the arp_device_req() function. 97 97 */ 98 extern int ip_device_req(int ip_phone, device_id_t device_id, services_t netif);98 extern int ip_device_req(int, device_id_t, services_t); 99 99 100 100 /** Sends the packet queue.
Note:
See TracChangeset
for help on using the changeset viewer.