Changes in uspace/lib/net/include/tl_common.h [6b82009:609243f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/tl_common.h
r6b82009 r609243f4 52 52 53 53 extern int tl_get_ip_packet_dimension(async_sess_t *, packet_dimensions_t *, 54 device_id_t, packet_dimension_t **);54 nic_device_id_t, packet_dimension_t **); 55 55 extern int tl_get_address_port(const struct sockaddr *, int, uint16_t *); 56 extern int tl_update_ip_packet_dimension(packet_dimensions_t *, device_id_t,56 extern int tl_update_ip_packet_dimension(packet_dimensions_t *, nic_device_id_t, 57 57 size_t); 58 58 extern int tl_set_address_port(struct sockaddr *, int, uint16_t);
Note:
See TracChangeset
for help on using the changeset viewer.