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

1234

/freebsd-11.0-release/libexec/bootpd/
H A Dlookup.h4 #include "bptypes.h" /* for int32, u_int32 */
7 extern int lookup_ipa(char *hostname, u_int32 *addr);
8 extern int lookup_netmask(u_int32 addr, u_int32 *mask);
H A Dbptypes.h14 #define u_int32 u_int32_t macro
H A Ddovend.h6 extern void insert_u_long(u_int32, u_char **);
H A Dlookup.c75 u_int32 *result;
96 u_int32 addr; /* both in network order */
97 u_int32 *result;
H A Dbootp.h34 #include "bptypes.h" /* for int32, u_int32 */
49 u_int32 bp_xid; /* transaction ID */
139 u_int32 v_flags; /* flags/opcodes, etc. */
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_request.h127 u_int32 u32[MODE7_PAYLOAD_LIM / sizeof(u_int32)];
175 u_int32 u32[RESP_DATA_SIZE / sizeof(u_int32)];
338 u_int32 addr; /* address of peer */
352 u_int32 dstadr; /* local address (zero for undetermined) */
353 u_int32 srcadr; /* source address */
375 u_int32 dstadr; /* local address */
376 u_int32 srcadr; /* source address */
395 u_int32 pkeyi
[all...]
H A Dntp_fp.h32 u_int32 Xl_ui;
35 u_int32 l_uf;
65 typedef u_int32 u_fp;
137 u_int32 add_t = (r_f); \
139 (r_i) += (a_i) + ((u_int32)(r_f) < add_t); \
144 u_int32 add_t, add_c; \
147 add_c = ((u_int32)(r_f) < add_t); \
149 add_c = ((u_int32)(r_i) < add_c); \
152 add_c |= ((u_int32)(r_i) < add_t); \
158 u_int32 sub_
[all...]
H A Dntp_stdlib.h36 extern void init_logging (const char *, u_int32, int);
69 extern int authdecrypt (keyid_t, u_int32 *, size_t, size_t);
70 extern size_t authencrypt (keyid_t, u_int32 *, size_t);
84 extern u_int32 calyearstart (u_int32 ntptime, const time_t *pivot);
85 extern u_int32 calmonthstart (u_int32 ntptime, const time_t *pivot);
86 extern u_int32 calweekstart (u_int32 ntptime, const time_t *pivot);
87 extern u_int32 caldaystar
[all...]
H A Dntp_types.h2 * ntp_types.h - defines how int32 and u_int32 are treated.
7 * Old style: defines how int32 and u_int32 are treated.
86 typedef uint32_t u_int32; typedef
101 # if !defined(HAVE_U_INT32) && !defined(u_int32)
102 typedef unsigned u_int32; typedef
118 # if !defined(HAVE_U_INT32) && !defined(u_int32)
119 typedef unsigned long u_int32; typedef
191 int32 hi; u_int32 lo;
194 u_int32 hi; u_int32 l
[all...]
H A Dntp_crypto.h133 u_int32 vallen; /* value length */
135 u_int32 siglen; /* signature length */
144 u_int32 opcode; /* opcode */
145 u_int32 associd; /* association ID */
146 u_int32 tstamp; /* timestamp */
147 u_int32 fstamp; /* filestamp */
148 u_int32 vallen; /* value length */
149 u_int32 pkt[1]; /* start of value field */
H A Dntp_refclock.h74 u_int32 polls; /* transmit polls */
75 u_int32 noresponse; /* no response to poll */
76 u_int32 badformat; /* bad format timecode received */
77 u_int32 baddata; /* invalid data timecode received */
78 u_int32 timereset; /* driver resets */
83 u_int32 fudgeval2; /* configure fudge value2 */
123 u_int32 stimes; /* times format sign array */
124 u_int32 values[NCLKBUGVALUES]; /* real values */
180 u_int32 refid; /* reference identifier */
H A Dntp_filegen.h48 extern void filegen_setup (FILEGEN *, u_int32);
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dcalyearstart.c22 u_int32
23 calyearstart(u_int32 ntptime, const time_t *pivot)
25 u_int32 ndays; /* elapsed days since NTP starts */
34 return (u_int32)(ndays * SECSPERDAY);
41 u_int32
42 calmonthstart(u_int32 ntptime, const time_t *pivot)
44 u_int32 ndays; /* elapsed days since NTP starts */
53 return (u_int32)(ndays * SECSPERDAY);
60 u_int32
61 calweekstart(u_int32 ntptim
[all...]
H A Dclocktime.c31 static int32 ntp_to_year(u_int32);
32 static u_int32 year_to_ntp(int32);
58 u_int32 rec_ui , /* pivot value */
59 u_long *yearstart, /* cached start-of-year, should be fixed to u_int32 */
60 u_int32 *ts_ui ) /* effective time stamp */
62 u_int32 ystt[3]; /* year start */
63 u_int32 test[3]; /* result time stamp */
64 u_int32 diff[3]; /* abs difference to receive */
84 test[0] = (u_int32)(*yearstart) + tmp;
131 u_int32 nt
[all...]
H A Dnumtoa.c19 u_int32 num
22 register u_int32 netnum;
39 u_int32 refid,
H A Ddolfptoa.c14 u_int32 fpi,
15 u_int32 fpv,
45 u_int32 digit;
71 u_int32 digit, tmph, tmpl;
141 u_int32 fpi,
142 u_int32 fpf,
159 u_int32 fpi,
160 u_int32 fpf,
H A Da_md5encrypt.c23 u_int32 * pkt, /* packet pointer */
65 u_int32 * pkt, /* packet pointer */
108 u_int32
112 u_int32 addr_refid;
H A Dnetof.c21 u_int32 netnum;
H A Dnumtohost.c21 u_int32 netnum
H A Drefnumtoa.c16 u_int32 netnum;
/freebsd-11.0-release/contrib/gdb/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...]
/freebsd-11.0-release/contrib/ntp/libparse/
H A Dmfp_mul.c41 #define LOW_MASK (u_int32)((1<<(FRACTION_PREC/2))-1)
42 #define HIGH_MASK (u_int32)(LOW_MASK << (FRACTION_PREC/2))
59 u_int32 *o_f,
61 u_int32 a_f,
63 u_int32 b_f
67 u_int32 f;
125 (u_int32)((unsigned)1<<(FRACTION_PREC - 1))) {
132 (u_int32)((unsigned)1<<(FRACTION_PREC - 1))) {
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_scanner.h56 * To save space, a single u_int32 encodes four fields, and a fifth
74 ((u_int32)(fb) << 8) | \
75 ((u_int32)(match_n) << 10) | \
76 ((u_int32)(other_n) << 21) \
84 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),
644 if (!authdecrypt(info_auth_keyid, (u_int32 *)inpkt,
1040 ip->timereceived = htonl((u_int32)(current_time - pp->timereceived));
1042 ip->timereachable = htonl((u_int32)(current_time - pp->timereachable));
1043 ip->sent = htonl((u_int32)(pp->sent));
1044 ip->processed = htonl((u_int32)(pp->processed));
1045 ip->badauth = htonl((u_int32)(p
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dcrypto.h15 #define LEN_PKT_MAC LEN_PKT_NOMAC + sizeof(u_int32)

Completed in 181 milliseconds

1234