Deleted Added
full compact
print-arp.c (17681) print-arp.c (21262)
1/*
2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

28#include <sys/time.h>
29#include <sys/socket.h>
30
31#if __STDC__
32struct mbuf;
33struct rtentry;
34#endif
35#include <net/if.h>
1/*
2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

28#include <sys/time.h>
29#include <sys/socket.h>
30
31#if __STDC__
32struct mbuf;
33struct rtentry;
34#endif
35#include <net/if.h>
36#include <net/if_var.h>
36
37#include <netinet/in.h>
38#include <netinet/if_ether.h>
39
40#include <stdio.h>
41#include <string.h>
42
43#include "interface.h"

--- 87 unchanged lines hidden ---
37
38#include <netinet/in.h>
39#include <netinet/if_ether.h>
40
41#include <stdio.h>
42#include <string.h>
43
44#include "interface.h"

--- 87 unchanged lines hidden ---