OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_int32
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/bootp/common/
bptypes.h
17
typedef u_int32_t
u_int32
;
typedef
/src/external/bsd/ipf/bin/ipftest/
bpf_filter.c
72
#define
u_int32
bpf_u_int32
macro
94
#define EXTRACT_LONG(p) (ntohl(*(
u_int32
*)p))
101
((
u_int32
)*((u_char *)p+0)<<24|\
102
(
u_int32
)*((u_char *)p+1)<<16|\
103
(
u_int32
)*((u_char *)p+2)<<8|\
104
(
u_int32
)*((u_char *)p+3)<<0)
194
register
u_int32
A, X;
/src/external/bsd/ntp/dist/include/
ntp_types.h
4
* ntp_types.h - defines how int32 and
u_int32
are treated.
9
* Old style: defines how int32 and
u_int32
are treated.
88
typedef uint32_t
u_int32
;
typedef
103
# if !defined(HAVE_U_INT32) && !defined(
u_int32
)
104
typedef unsigned
u_int32
;
typedef
120
# if !defined(HAVE_U_INT32) && !defined(
u_int32
)
121
typedef unsigned long
u_int32
;
typedef
193
int32 hi;
u_int32
lo;
196
u_int32
hi;
u_int32
lo
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026