Changeset d94f309 in mainline
- Timestamp:
- 2010-11-04T20:13:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3cb50e
- Parents:
- a873201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/udp/udp.c
ra873201 rd94f309 494 494 addrlen, &device_id, &ip_header, &headerlen); 495 495 if (rc != EOK) 496 return udp_release_and_return(packet, rc);496 return rc; 497 497 // get the device packet dimension 498 498 // rc = tl_get_ip_packet_dimension(udp_globals.ip_phone,
Note:
See TracChangeset
for help on using the changeset viewer.