iTunes Store: Complete My Album Frequently Asked Questions (FAQ)


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iTunes Store: Complete My Album Frequently Asked Questions (FAQ)
# 1  
Old 11-24-2008
iTunes Store: Complete My Album Frequently Asked Questions (FAQ)

Learn more about Complete My Album: What is Complete My Album? How long do I have to take advantage of Complete My Album? How is my Complete My Album price calculated? Are there any items that are not eligible for Complete My Album? What if I purchased a song and now want to Complete My Album, but I can no longer find it on the iTunes Store? I don't see an album on my Complete My Album page. What if I previously purchased a song but I accidentally deleted it? Can I download it again for free with Complete My Album? Can I choose between clean and explicit versions of albums? Are music videos eligible as part of Complete My Album? Is Complete My Album available for TV show seasons? Do Apple compilations, iMixes, iTunes Essentials, Celebrity playlists, count towards Complete My Album? Are EPs eligible for Complete My Album? Are Soundtracks eligible for Complete My Album? Are purchased Works (Example: Beethoven: The Complete Symphonies) applicable towards Complete My Album? Is bonus material included as part of my Complete My Album download? How does a Complete My Album offer with iTunes Plus songs work?

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
net_ispartialchecksum(9F)				   Kernel Functions for Drivers 				 net_ispartialchecksum(9F)

NAME
net_ispartialchecksum - indicate if a packet is being scheduled for hardware checksum calculation SYNOPSIS
#include <sys/neti.h> int net_ispartialchecksum(const net_data_t net, mblk_t *mb); INTERFACE LEVEL
Solaris DDI specific (Solaris DDI). PARAMETERS
net value returned from a successful call to net_protocol_lookup(9F). mb the mblk structure holding a packet that is the subject of this query. DESCRIPTION
The net_ispartialchecksum() function looks at the fields within the mblk structure to determine if the packet contained inside contains headers with only partial checksum values. Partial checksum values are stored inside headers when the calculation of the complete checksum is being handled by the hardware. RETURN VALUES
The net_ispartialchecksum() function returns: -1 The network protocol does not support this function. 0 The packet does not contain partial checksums. If a packet is marked for hardware checksum'ing, the following values are returned: NET_HCK_L3_FULL Complete layer 3 checksum calculated NET_HCK_L3_PART Partial layer 3 checksum calculated NET_HCK_L4_FULL Complete layer 4 checksum calculated NET_HCK_L4_PART Partial layer 4 checksum calculated CONTEXT
The net_ispartialchecksum() function may be called from user, kernel, or interrupt context. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
net_isvalidchecksum(9F), net_protocol_lookup(9F), attributes(5) SunOS 5.11 1 May 2008 net_ispartialchecksum(9F)