[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.124 and 1.125

version 1.124, 2013/08/18 16:32:24 version 1.125, 2013/10/24 09:33:20
Line 1344 
Line 1344 
         pp("%p", inp_ipo, "\n ");          pp("%p", inp_ipo, "\n ");
         pp("%p", inp_ipsec_remotecred, ", ");          pp("%p", inp_ipsec_remotecred, ", ");
         pp("%p", inp_ipsec_remoteauth, "\n ");          pp("%p", inp_ipsec_remoteauth, "\n ");
         p("%d", in6p_cksum, "\n ");          p("%d", inp_cksum6, "\n ");
         pp("%p", inp_icmp6filt, "\n ");          pp("%p", inp_icmp6filt, "\n ");
         pp("%p", inp_pf_sk, "\n ");          pp("%p", inp_pf_sk, "\n ");
         p("%u", inp_rtableid, "\n ");          p("%u", inp_rtableid, "\n ");

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125