Deleted Added
full compact
print-udp.c (17681) print-udp.c (19001)
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

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

43#include <rpc/rpc.h>
44
45#include <stdio.h>
46
47#include "interface.h"
48#include "addrtoname.h"
49#include "appletalk.h"
50
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

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

43#include <rpc/rpc.h>
44
45#include <stdio.h>
46
47#include "interface.h"
48#include "addrtoname.h"
49#include "appletalk.h"
50
51#include "nfsv2.h"
51#include "nfs.h"
52#include "bootp.h"
53
54struct rtcphdr {
55 u_short rh_flags; /* T:2 P:1 CNT:5 PT:8 */
56 u_short rh_len; /* length of message (in bytes) */
57 u_int rh_ssrc; /* synchronization src id */
58};
59

--- 348 unchanged lines hidden ---
52#include "bootp.h"
53
54struct rtcphdr {
55 u_short rh_flags; /* T:2 P:1 CNT:5 PT:8 */
56 u_short rh_len; /* length of message (in bytes) */
57 u_int rh_ssrc; /* synchronization src id */
58};
59

--- 348 unchanged lines hidden ---