Searched refs:u_int16_t (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb-config.h28 #define u_int16_t unsigned short macro
42 #define u_int16_t unsigned short macro
/osnet-11/usr/src/lib/libresolv2/include/sys/
H A Dbitypes.h34 typedef unsigned short u_int16_t; typedef
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h42 #define HI(N) ((u_int16_t)(((N) & HI_MASK) >> 16))
43 #define LO(N) ((u_int16_t)((N) & LO_MASK))
121 #define BIGOVERHEAD (4 * sizeof(u_int16_t))
122 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size);
123 #define OVFLSIZE (2 * sizeof(u_int16_t))
124 #define BIGPAGEOVERHEAD (4 * sizeof(u_int16_t))
128 #define PAGE_META(N) (((N) + 3) * sizeof(u_int16_t))
132 #define ITEMSIZE(I) (sizeof(u_int16_t) + (I)->size)
H A Dhash.h57 u_int16_t *pagep;
83 u_int16_t bitmaps[NCACHED]; /* address of overflow page bitmaps */
95 u_int16_t *split_buf; /* Temporary buffer for splits */
H A Dhash_page.c79 static u_int16_t overflow_page __P((HTAB *));
241 u_int16_t *pagep, n, off;
459 u_int16_t n;
707 u_int16_t ovfl_num;
755 u_int16_t ovfl_num;
1063 hashp->hdr.bitmaps[ndx] = (u_int16_t)pnum;
1085 static u_int16_t
1092 u_int16_t addr;
1316 u_int16_t addr, ndx;
1323 ndx = ((u_int16_t)add
[all...]
H A Dhash_bigkey.c197 u_int16_t bytes;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h81 u_int16_t _tmp; \
82 _tmp = (u_int16_t)a; \
91 u_int16_t _tmp; \
103 (p) += sizeof(u_int16_t); \
H A Dmp.h273 u_int16_t ref; /* Reference count. */
281 u_int16_t flags;
H A Dlog.h189 u_int16_t ref; /* Reference count. */
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c97 u_int16_t
126 u_int16_t
155 u_int16_t
158 register u_int16_t a = 0;
159 a = ((u_int16_t)(buf[0] << 8)) | ((u_int16_t)(buf[1]));
195 dst_s_put_int16(u_int8_t *buf, const u_int16_t val)
266 dst_s_build_filename(char *filename, const char *name, u_int16_t id,
H A Ddst_internal.h42 u_int16_t dk_id; /*%< identifier of the key */
127 u_int16_t id, int alg, const char *suffix,
136 u_int16_t dst_s_get_int16( const u_int8_t *buf);
137 void dst_s_put_int16( u_int8_t *buf, const u_int16_t val);
H A Ddst_api.c70 const u_int16_t in_id, int in_alg);
72 u_int16_t in_id, int in_alg);
324 dst_read_key(const char *in_keyname, const u_int16_t in_id,
463 dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg)
666 key_st->dk_proto = (u_int16_t) rdata[DST_KEY_PROT];
705 u_int16_t val;
717 val = (u_int16_t)(key->dk_flags & 0xffff);
725 val = (u_int16_t)((key->dk_flags >> 16) & 0xffff);
820 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id,
910 pk_key->dk_id = (u_int16_t) i
[all...]
/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_resolv.h22 u_int16_t _getshort __P((const uchar_t *));
H A Dport_after.h121 u_int16_t sin6_family; /* AF_INET6 */
123 u_int16_t sin6_port; /* transport layer port # */
184 u_int16_t ss_family; /* address family */
185 char __ss_pad1[__SS_ALLIGSIZE - sizeof(u_int16_t)];
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Ddst.h11 u_int16_t dk_id; /*%< identifier of the key */
77 const u_int16_t, /*!< key tag identifier */
109 u_int16_t dst_s_dns_key_id(const u_char *, const int);
110 u_int16_t dst_s_id_calc(const u_char *, const int);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h66 typedef unsigned int u_int16_t __attribute__((mode(HI))); typedef
77 typedef unsigned short u_int16_t; typedef
86 u_int16_t l, b;
148 u_int16_t signature;
153 u_int16_t magic;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h172 typedef u_int16_t indx_t;
210 u_int16_t _tmp = a; \
215 u_int16_t _tmp = *(u_int16_t *)a; \
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dsun.c62 typedef uint16_t u_int16_t; typedef
89 u_int16_t nparts; /* Number of partitions */
91 u_int16_t padding; /* Alignment padding */
99 u_int16_t rspeed; /* Disk rotational speed */
100 u_int16_t pcylcount; /* Physical cylinder count */
101 u_int16_t sparecyl; /* extra sects per cylinder */
103 u_int16_t ilfact; /* Interleave factor */
104 u_int16_t ncyl; /* Data cylinder count */
105 u_int16_t nacyl; /* Alt. cylinder count */
106 u_int16_t ntrk
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c280 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); }
283 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); }
H A Dres_mkupdate.c92 u_int16_t rtype, rclass;
704 n = (u_int16_t)((cp - sp2) - INT16SZ);
978 slp->port = ntohs((u_int16_t)sp->s_port); /*%< host byt order */
1085 cgetservbyport(u_int16_t port, const char *proto) { /*%< Host byte order. */
1092 if (port != (u_int16_t)lp->port) /*%< Host byte order. */
1104 serv.s_port = htons((u_int16_t)lp->port);
1151 res_servicename(u_int16_t port, const char *proto) { /*%< Host byte order. */
H A Dres_init.c867 u_int16_t u16;
884 u_int16_t u16;
888 u16 = (u_int16_t) (now.tv_sec ^ now.tv_usec);
1009 u_int16_t family;
H A Dres_mkquery.c246 u_int16_t flags = 0;
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c147 u_int16_t type, length;
148 u_int16_t fudge, sigfieldlen, otherfieldlen;
241 u_int16_t len_n = htons(querysiglen);
365 u_int16_t siglen_n = htons(state->siglen);
H A Dns_newmsg.c101 ns_newmsg_id(ns_newmsg *handle, u_int16_t id) {
159 u_int16_t rdlen, const u_char *rdata)
H A Dns_sign.c166 u_int16_t len_n = htons(querysiglen);
299 u_int16_t siglen_n = htons(state->siglen);

Completed in 84 milliseconds

12