6253 F_GETLK doesn't always return lock owner
[illumos-gate.git] / usr / src / uts / common / netinet / in_systm.h
blobac1deee9036f310085199e405267d77061002805
1 /*
2 * Copyright (c) 1997-1998, 2001 by Sun Microsystems, Inc.
3 * All rights reserved.
4 */
6 /*
7 * Copyright (c) 1982, 1986 Regents of the University of California.
8 * All rights reserved. The Berkeley software License Agreement
9 * specifies the terms and conditions for redistribution.
12 #ifndef _NETINET_IN_SYSTM_H
13 #define _NETINET_IN_SYSTM_H
15 #pragma ident "%Z%%M% %I% %E% SMI"
16 /* in_systm.h 1.8 88/08/19 SMI; from UCB 7.1 6/5/86 */
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
23 * Legacy "network types" -- these are provided for backwards compatibility
24 * only; new code should use uint16_t and uint32_t instead.
26 typedef uint16_t n_short; /* short as received from the net */
27 typedef uint32_t n_long; /* long as received from the net */
28 typedef uint32_t n_time; /* ms since 00:00 GMT, byte rev */
30 #ifdef __cplusplus
32 #endif
34 #endif /* _NETINET_IN_SYSTM_H */