Changeset b9c0c90 in mainline for uspace/lib/net/include/ip_interface.h
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.