Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/netinet6/raw_ip6.h 252007 2013-06-19 20:48:34Z ae $
---
> * $FreeBSD: head/sys/netinet6/raw_ip6.h 253081 2013-07-09 09:32:06Z ae $
40,45c40,45
< u_quad_t rip6s_ipackets; /* total input packets */
< u_quad_t rip6s_isum; /* input checksum computations */
< u_quad_t rip6s_badsum; /* of above, checksum error */
< u_quad_t rip6s_nosock; /* no matching socket */
< u_quad_t rip6s_nosockmcast; /* of above, arrived as multicast */
< u_quad_t rip6s_fullsock; /* not delivered, input socket full */
---
> uint64_t rip6s_ipackets; /* total input packets */
> uint64_t rip6s_isum; /* input checksum computations */
> uint64_t rip6s_badsum; /* of above, checksum error */
> uint64_t rip6s_nosock; /* no matching socket */
> uint64_t rip6s_nosockmcast; /* of above, arrived as multicast */
> uint64_t rip6s_fullsock; /* not delivered, input socket full */
47c47
< u_quad_t rip6s_opackets; /* total output packets */
---
> uint64_t rip6s_opackets; /* total output packets */