Deleted Added
full compact
in6_var.h (95023) in6_var.h (102052)
1/* $FreeBSD: head/sys/netinet6/in6_var.h 95023 2002-04-19 04:46:24Z suz $ */
1/* $FreeBSD: head/sys/netinet6/in6_var.h 102052 2002-08-18 07:05:00Z sobomax $ */
2/* $KAME: in6_var.h,v 1.56 2001/03/29 05:34:31 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 219 unchanged lines hidden (view full) ---

229 u_quad_t ifs6_out_mlddone;
230};
231
232struct in6_ifreq {
233 char ifr_name[IFNAMSIZ];
234 union {
235 struct sockaddr_in6 ifru_addr;
236 struct sockaddr_in6 ifru_dstaddr;
2/* $KAME: in6_var.h,v 1.56 2001/03/29 05:34:31 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 219 unchanged lines hidden (view full) ---

229 u_quad_t ifs6_out_mlddone;
230};
231
232struct in6_ifreq {
233 char ifr_name[IFNAMSIZ];
234 union {
235 struct sockaddr_in6 ifru_addr;
236 struct sockaddr_in6 ifru_dstaddr;
237 short ifru_flags;
237 int ifru_flags;
238 int ifru_flags6;
239 int ifru_metric;
240 caddr_t ifru_data;
241 struct in6_addrlifetime ifru_lifetime;
242 struct in6_ifstat ifru_stat;
243 struct icmp6_ifstat ifru_icmp6stat;
244 u_int32_t ifru_scope_id[16];
245 } ifr_ifru;

--- 363 unchanged lines hidden ---
238 int ifru_flags6;
239 int ifru_metric;
240 caddr_t ifru_data;
241 struct in6_addrlifetime ifru_lifetime;
242 struct in6_ifstat ifru_stat;
243 struct icmp6_ifstat ifru_icmp6stat;
244 u_int32_t ifru_scope_id[16];
245 } ifr_ifru;

--- 363 unchanged lines hidden ---