Searched refs:u_int32 (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.9.5/ntp-88/include/
H A Dntp_request.h327 u_int32 addr; /* address of peer */
341 u_int32 dstadr; /* local address (zero for undetermined) */
342 u_int32 srcadr; /* source address */
364 u_int32 dstadr; /* local address */
365 u_int32 srcadr; /* source address */
384 u_int32 pkeyid; /* unused */
385 u_int32 refid; /* peer.refid */
386 u_int32 timer; /* peer.timer */
419 u_int32 dstadr; /* local address */
420 u_int32 srcad
[all...]
H A Dntp_types.h2 * ntp_types.h - defines how int32 and u_int32 are treated.
54 # ifndef u_int32
55 # define u_int32 unsigned int macro
62 # ifndef u_int32
63 # define u_int32 unsigned long macro
72 typedef u_int32 ntp_u_int32_t;
74 typedef struct ntp_uint64_t { u_int32 val[2]; } ntp_uint64_t;
77 typedef u_int32 keyid_t; /* cryptographic key ID */
78 typedef u_int32 tstamp_t; /* NTP seconds timestamp */
H A Dntp_crypto.h126 u_int32 vallen; /* value length */
128 u_int32 siglen; /* signature length */
137 u_int32 opcode; /* opcode */
138 u_int32 associd; /* association ID */
139 u_int32 tstamp; /* timestamp */
140 u_int32 fstamp; /* filestamp */
141 u_int32 vallen; /* value length */
142 u_int32 pkt[1]; /* start of value field */
H A Dntp_stdlib.h51 extern int authdecrypt (keyid_t, u_int32 *, int, int);
52 extern int authencrypt (keyid_t, u_int32 *, int);
61 extern int clocktime (int, int, int, int, int, u_long, u_long *, u_int32 *);
81 extern int MD5authdecrypt (int, u_char *, u_int32 *, int, int);
82 extern int MD5authencrypt (int, u_char *, u_int32 *, int);
84 extern u_int32 addr2refid (sockaddr_u *);
102 extern char * numtoa (u_int32);
103 extern char * numtohost (u_int32);
H A Dntp_fp.h32 u_int32 Xl_ui;
36 u_int32 Xl_uf;
70 typedef u_int32 u_fp;
144 register u_int32 lo_tmp; \
145 register u_int32 hi_tmp; \
160 register u_int32 lo_tmp; \
161 register u_int32 hi_tmp; \
184 register u_int32 lo_tmp; \
185 register u_int32 hi_tmp; \
205 (v_f) = (u_int32)(v_
[all...]
H A Dntp_refclock.h104 u_int32 polls; /* transmit polls */
105 u_int32 noresponse; /* no response to poll */
106 u_int32 badformat; /* bad format timecode received */
107 u_int32 baddata; /* invalid data timecode received */
108 u_int32 timereset; /* driver resets */
147 u_int32 stimes; /* times format sign array */
148 u_int32 values[NCLKBUGVALUES]; /* real values */
212 u_int32 refid; /* reference identifier */
H A Dntp.h189 u_int32 addr_refid; /* IPv4 addr or IPv6 hash */
292 u_int32 refid; /* remote reference ID */
301 u_int32 opcode; /* last request opcode */
303 u_int32 crypto; /* peer status word */
482 #define PPSREFID (u_int32)"PPS " /* used when pps controls stratum>1 */
549 u_int32 refid; /* reference id */
555 #define LEN_PKT_NOMAC (12 * sizeof(u_int32)) /* min header length */
556 #define MIN_MAC_LEN (1 * sizeof(u_int32)) /* crypto_NAK */
557 #define MAX_MD5_LEN (5 * sizeof(u_int32)) /* MD5 */
558 #define MAX_MAC_LEN (6 * sizeof(u_int32)) /* SH
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dos9k.h99 /* Appears not to be used, and the u_int32 typedef is gone (because it
101 #define MODSIZE(mod) ((u_int32)((Mh_com)mod)->m_size)
162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, voi
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Dnumtoa.c19 u_int32 num
22 register u_int32 netnum;
H A Drefnumtoa.c15 register u_int32 netnum;
H A Dcaljulian.c45 u_int32 tmplo; /* double precision tmp value / lo part */
62 tmplo = (u_int32)now;
89 ntp_day = (u_int32)tmplo / 675;
90 ntptime += ((u_int32)tmplo % 675) << 7;
97 NTP_INVARIANT((u_int32)(ntptime + ntp_day * SECSPERDAY) == (u_int32)saved_time);
H A Da_md5encrypt.c27 u_int32 *pkt, /* packet pointer */
71 u_int32 *pkt, /* packet pointer */
115 u_int32
119 u_int32 addr_refid;
H A Dnetof.c20 u_int32 netnum;
H A Dnumtohost.c21 u_int32 netnum
H A Dclocktime.c39 u_int32 *ts_ui
H A Dsystime.c92 now->l_uf = (u_int32)(dtemp * FRAC);
116 now->l_uf = (u_int32)(dtemp * FRAC);
196 adjtv.tv_usec = (u_int32)((dtemp -
200 adjtv.tv_usec = (u_int32)((dtemp -
/macosx-10.9.5/ntp-88/util/
H A Djitter.h2 * ntp_types.h - defines how int32 and u_int32 are treated.
26 # ifndef u_int32
27 # define u_int32 unsigned int macro
35 # ifndef u_int32
36 # define u_int32 unsigned long macro
43 typedef u_int32 keyid_t; /* cryptographic key ID */
44 typedef u_int32 tstamp_t; /* NTP seconds timestamp */
68 u_int32 Xl_ui;
72 u_int32 Xl_uf;
106 typedef u_int32 u_f
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_scanner.h54 * To save space, a single u_int32 encodes four fields, and a fifth
72 ((u_int32)(fb) << 8) | \
73 ((u_int32)(match_n) << 10) | \
74 ((u_int32)(other_n) << 21) \
82 typedef u_int32 scan_state;
H A Dntp_request.c173 { REQ_GET_CLOCKINFO, NOAUTH, sizeof(u_int32), sizeof(u_int32),
177 { REQ_GET_CLKBUGINFO, NOAUTH, sizeof(u_int32), sizeof(u_int32),
639 if (!authdecrypt(info_auth_keyid, (u_int32 *)inpkt,
1047 ip->timereceived = htonl((u_int32)(current_time - pp->timereceived));
1049 ip->timereachable = htonl((u_int32)(current_time - pp->timereachable));
1050 ip->sent = htonl((u_int32)(pp->sent));
1051 ip->processed = htonl((u_int32)(pp->processed));
1052 ip->badauth = htonl((u_int32)(p
[all...]
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dauth.h96 typedef unsigned int u_int32; typedef
98 typedef unsigned long u_int32; typedef
103 u_int32 high;
104 u_int32 low;
/macosx-10.9.5/ntp-88/sntp/
H A Dcrypto.h16 #define LEN_PKT_MAC LEN_PKT_NOMAC + sizeof(u_int32)
H A Dnetworking.h70 u_int32 refid;
76 u_int32 opcode; /* last request opcode */
78 u_int32 crypto; /* peer status word */
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntpdate.h26 u_int32 refid; /* peer reference ID */
/macosx-10.9.5/libpcap-42/libpcap/bpf/net/
H A Dbpf_filter.c90 #define u_int32 bpf_u_int32 macro
112 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p))
119 ((u_int32)*((u_char *)p+0)<<24|\
120 (u_int32)*((u_char *)p+1)<<16|\
121 (u_int32)*((u_char *)p+2)<<8|\
122 (u_int32)*((u_char *)p+3)<<0)
217 register u_int32 A, X;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dbpf_filter.c90 #define u_int32 bpf_u_int32 macro
112 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p))
119 ((u_int32)*((u_char *)p+0)<<24|\
120 (u_int32)*((u_char *)p+1)<<16|\
121 (u_int32)*((u_char *)p+2)<<8|\
122 (u_int32)*((u_char *)p+3)<<0)
217 register u_int32 A, X;

Completed in 141 milliseconds

123