Changeset ca2d142 in mainline for uspace/srv/net/include/ip_interface.h
- Timestamp:
- 2010-02-18T10:00:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e326edc
- Parents:
- b8da2a3 (diff), 91478aa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/ip_interface.h
rb8da2a3 rca2d142 137 137 int ip_set_gateway_req( int ip_phone, device_id_t device_id, in_addr_t gateway ); 138 138 139 /** Returns the device packet dimension sfor sending.139 /** Returns the device packet dimension for sending. 140 140 * @param[in] ip_phone The IP module phone used for (semi)remote calls. 141 141 * @param[in] device_id The device identifier. 142 * @param[out] addr_len The minimum reserved address length. 143 * @param[out] prefix The minimum reserved prefix size. 144 * @param[out] content The maximum content size. 145 * @param[out] suffix The minimum reserved suffix size. 142 * @param[out] packet_dimension The packet dimension. 146 143 * @returns EOK on success. 147 * @returns EBADMEM if either one of the parameters is NULL.148 144 * @returns ENOENT if there is no such device. 149 145 * @returns Other error codes as defined for the generic_packet_size_req() function. 150 146 */ 151 int ip_packet_size_req( int ip_phone, device_id_t device_id, size_t * addr_len, size_t * prefix, size_t * content, size_t * suffix);147 int ip_packet_size_req( int ip_phone, device_id_t device_id, packet_dimension_ref packet_dimension ); 152 148 153 149 /** Notifies the IP module about the received error notification packet.
Note:
See TracChangeset
for help on using the changeset viewer.