- Timestamp:
- Apr 7, 2010 5:22:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmnetinline.h
r28037 r28055 119 119 120 120 /** 121 * Calculates the number of seg ements a GSO frame will be segmented into.121 * Calculates the number of segments a GSO frame will be segmented into. 122 122 * 123 123 * @returns Segment count. … … 234 234 pIpHdr->ip_len = RT_H2N_U16(cbHdrs - offIpHdr + cbSegPayload); 235 235 pIpHdr->ip_id = RT_H2N_U16(RT_N2H_U16(pIpHdr->ip_id) + iSeg); 236 pIpHdr->ip_sum = RT _H2N_U16(RTNetIPv4HdrChecksum(pIpHdr));236 pIpHdr->ip_sum = RTNetIPv4HdrChecksum(pIpHdr); 237 237 return RTNetIPv4PseudoChecksum(pIpHdr); 238 238 }
Note:
See TracChangeset
for help on using the changeset viewer.