ED_OUT
switch (tmp & (ED_IN|ED_OUT)) {
case ED_OUT: type = "-OUT"; break;
info |= is_out ? ED_OUT : ED_IN;