1478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project/*
2478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * Copyright (c) 1990, 1993, 1994, 1995, 1996
3478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project *	The Regents of the University of California.  All rights reserved.
4478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project *
5478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * Redistribution and use in source and binary forms, with or without
6478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * modification, are permitted provided that: (1) source code distributions
7478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * retain the above copyright notice and this paragraph in its entirety, (2)
8478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * distributions including binary code include the above copyright notice and
9478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * this paragraph in its entirety in the documentation or other materials
10478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * provided with the distribution, and (3) all advertising materials mentioning
11478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * features or use of this software display the following acknowledgement:
12478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * ``This product includes software developed by the University of California,
13478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * the University nor the names of its contributors may be used to endorse
15478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * or promote products derived from this software without specific prior
16478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * written permission.
17478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project *
21511eca30a483e912c274e1d8ba3a0f8f081e2227JP Abgrall * @(#) $Header: /tcpdump/master/libpcap/lbl/os-ultrix4.h,v 1.19 1999-10-07 23:46:41 mcr Exp $ (LBL)
22478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project */
23478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project
24478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project/* Prototypes missing in Ultrix 4 */
25478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	bcmp(const char *, const char *, u_int);
26478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectvoid	bcopy(const void *, void *, u_int);
27478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectvoid	bzero(void *, u_int);
28478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectvoid	endservent(void);
29478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	getopt(int, char * const *, const char *);
30478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project#ifdef __STDC__
31478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectstruct timeval;
32478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectstruct timezone;
33478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Project#endif
34478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	gettimeofday(struct timeval *, struct timezone *);
35478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	ioctl(int, int, caddr_t);
36478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	pfopen(char *, int);
37478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	setlinebuf(FILE *);
38478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	socket(int, int, int);
39478ab6c8b5bc982589be32eae1e5736efe721b58The Android Open Source Projectint	strcasecmp(const char *, const char *);
40