Deleted Added
full compact
inet6.c (270349) inet6.c (270927)
1/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
2/*-
3 * Copyright (c) 1983, 1988, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

30
31#if 0
32#ifndef lint
33static char sccsid[] = "@(#)inet6.c 8.4 (Berkeley) 4/20/94";
34#endif /* not lint */
35#endif
36
37#include <sys/cdefs.h>
1/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
2/*-
3 * Copyright (c) 1983, 1988, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

30
31#if 0
32#ifndef lint
33static char sccsid[] = "@(#)inet6.c 8.4 (Berkeley) 4/20/94";
34#endif /* not lint */
35#endif
36
37#include <sys/cdefs.h>
38__FBSDID("$FreeBSD: head/usr.bin/netstat/inet6.c 270349 2014-08-22 19:23:38Z markj $");
38__FBSDID("$FreeBSD: head/usr.bin/netstat/inet6.c 270927 2014-09-01 09:30:34Z ae $");
39
40#ifdef INET6
41#include <sys/param.h>
42#include <sys/socket.h>
43#include <sys/socketvar.h>
44#include <sys/ioctl.h>
45#include <sys/mbuf.h>
46#include <sys/protosw.h>

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

340 "same address",
341 "appropriate scope",
342 "deprecated address",
343 "home address",
344 "outgoing interface",
345 "matching label",
346 "public/temporary address",
347 "alive interface",
39
40#ifdef INET6
41#include <sys/param.h>
42#include <sys/socket.h>
43#include <sys/socketvar.h>
44#include <sys/ioctl.h>
45#include <sys/mbuf.h>
46#include <sys/protosw.h>

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

340 "same address",
341 "appropriate scope",
342 "deprecated address",
343 "home address",
344 "outgoing interface",
345 "matching label",
346 "public/temporary address",
347 "alive interface",
348 "preferred interface",
348 "better virtual status",
349 "rule #10",
350 "rule #11",
351 "rule #12",
352 "rule #13",
353 "longest match",
354 "rule #15",
355};
356

--- 808 unchanged lines hidden ---
349 "rule #10",
350 "rule #11",
351 "rule #12",
352 "rule #13",
353 "longest match",
354 "rule #15",
355};
356

--- 808 unchanged lines hidden ---