next_attr
return (next_attr(t_inout, v_inout, s_inout, type));
while (next_attr(&tag, &val, &state, &type)) {
while (next_attr(&tag, &val, &state, &type)) {
sdp_attr_t *next_attr;
next_attr = attr->a_next;
attr = next_attr;