ID_SIZE
size = sizeof (attribute_header) + max(un->un_media_id_len, ID_SIZE);
int size = max(un->un_media_id_len, ID_SIZE);