Home
last modified time | relevance | path

Searched refs:u_int16_t (Results 1 – 25 of 50) sorted by relevance

12

/titanic_41/usr/src/uts/common/sys/
H A Drds.h61 #define __be16 u_int16_t
67 #define u_int16_t uint16_t
184 u_int16_t lport;
185 u_int16_t fport;
193 u_int16_t lport;
194 u_int16_t fport;
208 u_int16_t lport;
209 u_int16_t fport;
219 u_int16_t lport;
220 u_int16_t fport;
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h56 #define HI(N) ((u_int16_t)(((N) & HI_MASK) >> 16))
57 #define LO(N) ((u_int16_t)((N) & LO_MASK))
135 #define BIGOVERHEAD (4 * sizeof(u_int16_t))
136 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size);
137 #define OVFLSIZE (2 * sizeof(u_int16_t))
138 #define BIGPAGEOVERHEAD (4 * sizeof(u_int16_t))
142 #define PAGE_META(N) (((N) + 3) * sizeof(u_int16_t))
146 #define ITEMSIZE(I) (sizeof(u_int16_t) + (I)->size)
H A Dhash.h71 u_int16_t *pagep;
97 u_int16_t bitmaps[NCACHED]; /* address of overflow page bitmaps */
109 u_int16_t *split_buf; /* Temporary buffer for splits */
H A Dhash_page.c78 static u_int16_t overflow_page __P((HTAB *));
234 u_int16_t *pagep, n, off;
452 u_int16_t n;
697 u_int16_t ovfl_num;
745 u_int16_t ovfl_num;
1052 hashp->hdr.bitmaps[ndx] = (u_int16_t)pnum;
1074 static u_int16_t
1081 u_int16_t addr;
1306 u_int16_t addr, ndx;
1314 ndx = ((u_int16_t)addr) >> SPLITSHIFT;
/titanic_41/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; in dst_s_get_int16()
159 a = ((u_int16_t)(buf[0] << 8)) | ((u_int16_t)(buf[1])); in dst_s_get_int16()
195 dst_s_put_int16(u_int8_t *buf, const u_int16_t val) in dst_s_put_int16()
266 dst_s_build_filename(char *filename, const char *name, u_int16_t id, in dst_s_build_filename()
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, in dst_read_key()
463 dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg) in dst_s_read_public_key()
666 key_st->dk_proto = (u_int16_t) rdata[DST_KEY_PROT]; in dst_dnskey_to_key()
705 u_int16_t val; in dst_key_to_dnskey()
717 val = (u_int16_t)(key->dk_flags & 0xffff); in dst_key_to_dnskey()
725 val = (u_int16_t)((key->dk_flags >> 16) & 0xffff); in dst_key_to_dnskey()
820 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id, in dst_s_read_private_key_file()
910 pk_key->dk_id = (u_int16_t) id; in dst_s_read_private_key_file()
/titanic_41/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;
/titanic_41/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;
/titanic_41/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);
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h173 typedef u_int16_t indx_t;
211 u_int16_t _tmp = a; \
216 u_int16_t _tmp = *(u_int16_t *)a; \
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Ddeattack.c107 static u_int16_t *h = (u_int16_t *) NULL; in detect_attack()
124 h = (u_int16_t *) xmalloc(n * HASH_ENTRYSIZE); in detect_attack()
128 h = (u_int16_t *) xrealloc(h, n * HASH_ENTRYSIZE); in detect_attack()
H A Dmisc.c578 u_int16_t
582 u_int16_t v; in get_u16()
584 v = (u_int16_t)p[0] << 8; in get_u16()
585 v |= (u_int16_t)p[1]; in get_u16()
618 put_u16(void *vp, u_int16_t v) in put_u16()
/titanic_41/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
/titanic_41/usr/src/cmd/ssh/include/
H A Dmisc.h66 u_int16_t get_u16(const void *)
72 void put_u16(void *, u_int16_t)
H A Ddefines.h189 typedef uint16_t u_int16_t; typedef
199 typedef unsigned short int u_int16_t; typedef
203 typedef unsigned short u_int16_t; typedef
205 typedef unsigned long u_int16_t; typedef
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbindresvport.c64 u_int16_t *portp;
65 u_int16_t port;
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c431 mb_put_uint16be(struct mbchain *mbp, u_int16_t x) in mb_put_uint16be()
433 u_int16_t v = htobes(x); in mb_put_uint16be()
438 mb_put_uint16le(struct mbchain *mbp, u_int16_t x) in mb_put_uint16le()
440 u_int16_t v = htoles(x); in mb_put_uint16le()
744 md_get_uint16be(struct mdchain *mdp, u_int16_t *x) { in md_get_uint16be()
745 u_int16_t v; in md_get_uint16be()
755 md_get_uint16le(struct mdchain *mdp, u_int16_t *x) in md_get_uint16le()
757 u_int16_t v; in md_get_uint16le()
H A Dsmb_time.c202 smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp, in smb_time_unix2dos()
203 u_int16_t *dtp, u_int8_t *dhp) in smb_time_unix2dos()
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_after.h120 u_int16_t sin6_family; /* AF_INET6 */
122 u_int16_t sin6_port; /* transport layer port # */
183 u_int16_t ss_family; /* address family */
184 char __ss_pad1[__SS_ALLIGSIZE - sizeof(u_int16_t)];
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c280 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); } in __putshort()
283 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort()
/titanic_41/usr/src/lib/libresolv2/include/sys/
H A Dbitypes.h34 typedef unsigned short u_int16_t; typedef
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h100 typedef u_int16_t u16_t;
110 typedef u_int16_t u16;
/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c147 u_int16_t type, length; in ns_verify()
148 u_int16_t fudge, sigfieldlen, otherfieldlen; in ns_verify()
241 u_int16_t len_n = htons(querysiglen); in ns_verify()
365 u_int16_t siglen_n = htons(state->siglen); in ns_verify_tcp()

12