Changeset b4ff8a6d in mainline for uspace/srv/net/tl/tl_common.h


Ignore:
Timestamp:
2010-01-04T17:57:33Z (15 years ago)
Author:
Lukas Mejdrech <lukas@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e18892
Parents:
c92a5753
Message:

+ tl packet dimension cache update function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tl_common.h

    rc92a5753 rb4ff8a6d  
    103103int     tl_get_ip_packet_dimension( int ip_phone, packet_dimensions_ref packet_dimensions, device_id_t device_id, packet_dimension_ref * packet_dimension );
    104104
     105/** Updates IP device packet dimensions cache.
     106 *  @param[in,out] packet_dimensions The packet dimensions cache.
     107 *  @param[in] device_id The device identifier.
     108 *  @param[in] content The new maximum content size.
     109 *  @returns EOK on success.
     110 *  @returns ENOENT if the packet dimension is not cached.
     111 */
     112int     tl_update_ip_packet_dimension( packet_dimensions_ref packet_dimensions, device_id_t device_id, size_t content );
     113
    105114/** Sets the address port.
    106115 *  Supports AF_INET and AF_INET6 address families.
Note: See TracChangeset for help on using the changeset viewer.