Searched refs:u_int16_t (Results 26 - 50 of 65) sorted by relevance

123

/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c130 u_int16_t
131 swap16(u_int16_t val)
249 static u_int16_t cfread16(u_int32_t off);
388 static u_int16_t
391 volatile u_int16_t *vp;
393 vp = (volatile u_int16_t *)(dskinf.cs1 + off);
400 u_int16_t *lbuf;
423 cfwrite16(u_int32_t off, u_int16_t val)
425 volatile u_int16_t *vp;
427 vp = (volatile u_int16_t *)(dskin
[all...]
/illumos-gate/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. */
/illumos-gate/usr/src/cmd/sendmail/db/include/
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. */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h100 typedef u_int16_t u16_t;
110 typedef u_int16_t u16;
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h173 typedef u_int16_t au_event_t;
174 typedef u_int16_t au_emod_t;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dether.c98 u_int16_t *etype;
H A Dnet.h100 time_t tleft, u_int16_t *etype);
H A Drpc.c289 u_int16_t uh_sport; /* source port */
290 u_int16_t uh_dport; /* destination port */
292 u_int16_t uh_sum; /* udp checksum */
H A Dbootparam.c119 u_int16_t _pad;
120 u_int16_t port;
H A Drarp.c164 u_int16_t etype; /* host order */
/illumos-gate/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);
/illumos-gate/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)];
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h78 typedef uint16_t u_int16_t; typedef
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c202 smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp,
203 u_int16_t *dtp, u_int8_t *dhp)
H A Dsubr_mchain.c431 mb_put_uint16be(struct mbchain *mbp, u_int16_t x)
433 u_int16_t v = htobes(x);
438 mb_put_uint16le(struct mbchain *mbp, u_int16_t x)
440 u_int16_t v = htoles(x);
744 md_get_uint16be(struct mdchain *mdp, u_int16_t *x) {
745 u_int16_t v;
755 md_get_uint16le(struct mdchain *mdp, u_int16_t *x)
757 u_int16_t v;
H A Dsmb_rq.c601 t2p->t2_setupcount = (u_int16_t)setupcnt;
664 smb_t2_placedata(mblk_t *mtop, u_int16_t offset, u_int16_t count,
687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp;
688 u_int16_t tmp, bc, dcount;
818 u_int16_t bc;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
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)add
[all...]
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h158 typedef unsigned short u_int16_t; typedef
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c97 extern u_int16_t __bangpxeseg;
98 extern u_int16_t __bangpxeoff;
100 extern u_int16_t __pxenvseg;
101 extern u_int16_t __pxenvoff;
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h86 u_int16_t ie_fport; /* foreign port */
87 u_int16_t ie_lport; /* local port */
113 u_int16_t inc_fibnum; /* XXX was pad, 16 bits is plenty */
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_acl.c75 u_int16_t fid = SMB_FID_UNUSED;
146 u_int16_t fid = SMB_FID_UNUSED;

Completed in 275 milliseconds

123