Searched refs:u_short (Results 1 - 25 of 147) sorted by relevance

123456

/illumos-gate/usr/src/boot/include/netinet/
H A Dudp.h42 u_short uh_sport; /* source port */
43 u_short uh_dport; /* destination port */
44 u_short uh_ulen; /* udp length */
45 u_short uh_sum; /* udp checksum */
/illumos-gate/usr/src/lib/libbc/libc/net/sparc/
H A Dhtons.c32 htons(u_short a)
H A Dntohs.c32 ntohs(u_short a)
/illumos-gate/usr/src/boot/lib/libstand/
H A Diodesc.h45 u_short destport; /* dest. port, net order */
46 u_short myport; /* local port, net order */
H A Drpc.h52 void rpc_fromaddr(void *, struct in_addr *, u_short *);
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_clnt.h61 extern u_short pmap_getport();
H A Dpmap_prot.h65 #define PMAPPORT ((u_short)111)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.h39 u_short bsd_bits; /* # bits/code for BSD Compress */
40 u_short deflate_size; /* lg(window size) for Deflate */
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dpcap-ipf.h21 u_short pc_v_maj;
22 u_short pc_v_min;
H A Dportnum.c21 u_short *port;
25 u_short p1 = 0;
30 *port = (u_short)i;
H A Daddicmp.c62 fp->fr_icmp = (u_short)(i << 8);
63 fp->fr_icmpm = (u_short)0xff00;
88 fp->fr_icmp |= (u_short)i;
89 fp->fr_icmpm = (u_short)0xffff;
H A Dgetport.c11 u_short *port;
15 u_short p1;
H A Doptprintv6.c16 u_short *sec;
19 u_short secmsk = sec[0], secbits = sec[1];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dtalk_ctl.h53 extern u_short daemon_port;
/illumos-gate/usr/src/cmd/rexd/
H A Drex.h56 u_short rst_port0; /* port for stdin */
57 u_short rst_port1; /* port for stdin */
58 u_short rst_port2; /* port for stdin */
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Ddir.h47 u_short d_reclen; /* length of this record */
48 u_short d_namlen; /* length of string in d_name */
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dgetrpcport.c33 extern u_short pmap_getport(struct sockaddr_in *, rpcprog_t,
36 u_short
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtypes.h32 typedef unsigned short u_short; typedef
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddefs.h50 typedef unsigned short u_short; /* unsigned short */ typedef
H A Ddir.h80 u_short d_reclen; /* length of this record */
81 u_short d_namlen; /* length of string in d_name */
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtcp_tlivar.h74 u_short tt_unit; /* instance number */
75 u_short tt_unitnext; /* next unit # to be used on open */
87 u_short tt_lport; /* saved local port number */
108 u_short sin_port;
/illumos-gate/usr/src/boot/include/net/
H A Dif.h261 u_short ifm_msglen; /* to skip over non-understood messages */
266 u_short ifm_index; /* index for associated ifp */
283 u_short ifm_msglen; /* to skip over non-understood messages */
288 u_short ifm_index; /* index for associated ifp */
289 u_short _ifm_spare1; /* spare space to grow if_index, see if_var.h */
290 u_short ifm_len; /* length of if_msghdrl incl. if_data */
291 u_short ifm_data_off; /* offset of if_data from beginning */
301 u_short ifam_msglen; /* to skip over non-understood messages */
306 u_short ifam_index; /* index for associated ifp */
323 u_short ifam_msgle
[all...]
/illumos-gate/usr/src/lib/libresolv/
H A Dres_mkquery.c194 cp += sizeof (u_short);
196 cp += sizeof (u_short);
210 cp += sizeof (u_short);
212 cp += sizeof (u_short);
216 cp += sizeof (u_short);
228 cp += sizeof (u_short);
230 cp += sizeof (u_short);
234 cp += sizeof (u_short);
267 cp += sizeof (u_short);
269 cp += sizeof (u_short);
[all...]
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h149 u_short id; /* query identification number */
183 u_short qdcount; /* number of question entries */
184 u_short ancount; /* number of answer entries */
185 u_short nscount; /* number of authority entries */
186 u_short arcount; /* number of resource entries */
206 extern u_short _getshort();
/illumos-gate/usr/src/lib/libbc/libc/compat/4.1/
H A Dftime.c43 u_short millitm;

Completed in 106 milliseconds

123456