[BACK]Return to inet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/inet.c between version 1.167 and 1.168

version 1.167, 2019/12/08 11:08:22 version 1.168, 2020/01/15 14:02:37
Line 1379 
Line 1379 
         printf("%s ", name);          printf("%s ", name);
         p("%#.8x", sb_flagsintr, ", ");          p("%#.8x", sb_flagsintr, ", ");
         p("%#.4x", sb_flags, ", ");          p("%#.4x", sb_flags, ", ");
         p("%u", sb_timeo, "\n ");          p("%llu", sb_timeo_nsecs, "\n ");
 #undef  p  #undef  p
 }  }
   

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168