patch-2.1.91 linux/net/ipv6/proc.c
Next file: linux/net/ipv6/raw.c
Previous file: linux/net/ipv6/ndisc.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Mar 23 16:48:25 1998
- Orig file:
v2.1.90/linux/net/ipv6/proc.c
- Orig date:
Tue Mar 17 22:18:16 1998
diff -u --recursive --new-file v2.1.90/linux/net/ipv6/proc.c linux/net/ipv6/proc.c
@@ -7,7 +7,7 @@
* PROC file system. This is very similar to the IPv4 version,
* except it reports the sockets in the INET6 address family.
*
- * Version: $Id: proc.c,v 1.6 1998/03/13 08:02:19 davem Exp $
+ * Version: $Id: proc.c,v 1.7 1998/03/18 07:52:13 davem Exp $
*
* Authors: David S. Miller (davem@caip.rutgers.edu)
*
@@ -68,8 +68,8 @@
dest = &sp->net_pinfo.af_inet6.daddr;
src = &sp->net_pinfo.af_inet6.rcv_saddr;
}
- destp = ntohs(sp->dummy_th.dest);
- srcp = ntohs(sp->dummy_th.source);
+ destp = ntohs(sp->dport);
+ srcp = ntohs(sp->sport);
if((format == 0) && (sp->state == TCP_TIME_WAIT)) {
timer_active1 = timer_active2 = 0;
timer_active = 3;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov