Changeset 91478aa in mainline for uspace/srv/net/tl/tl_common.c
- Timestamp:
- 2010-02-17T23:20:41Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b87284, ca2d142
- Parents:
- 536ded4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tl_common.c
r536ded4 r91478aa 89 89 * packet_dimension = malloc( sizeof( ** packet_dimension )); 90 90 if( ! * packet_dimension ) return ENOMEM; 91 if( ERROR_OCCURRED( ip_packet_size_req( ip_phone, device_id, & ( ** packet_dimension ).addr_len, & ( ** packet_dimension ).prefix, & ( ** packet_dimension ).content, & ( ** packet_dimension ).suffix))){91 if( ERROR_OCCURRED( ip_packet_size_req( ip_phone, device_id, * packet_dimension ))){ 92 92 free( * packet_dimension ); 93 93 return ERROR_CODE;
Note:
See TracChangeset
for help on using the changeset viewer.