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

1234567891011>>

/freebsd-11-stable/sys/mips/include/
H A Dcpuinfo.h58 u_int16_t tlb_nentries;
65 u_int16_t ic_nsets;
69 u_int16_t dc_nsets;
75 u_int16_t dc_nsets;
/freebsd-11-stable/sys/i386/include/
H A Dsmapi.h43 u_int16_t information;
47 u_int16_t reserved1;
49 u_int16_t real16_offset;
50 u_int16_t real16_segment;
52 u_int16_t reserved2;
54 u_int16_t prot16_offset;
74 u_int16_t param1;
75 u_int16_t param2;
76 u_int16_t param3;
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h345 u_int16_t opcode; /* OpCode */
354 u_int16_t con_handle; /* connection handle + PB + BC flags */
355 u_int16_t length; /* payload length in bytes */
363 u_int16_t con_handle; /* connection handle + reserved bits */
399 u_int16_t link_type; /* type of connection */
411 u_int16_t con_handle; /* connection handle */
412 u_int16_t reason; /* reason to disconnect (only low byte) */
420 u_int16_t con_handle; /* con_handle */
445 u_int16_t con_handle; /* connection handle */
451 u_int16_t con_handl
[all...]
H A Dng_h4.h86 typedef u_int16_t ng_h4_node_state_ep;
91 typedef u_int16_t ng_h4_node_debug_ep;
H A Dng_ubt.h62 typedef u_int16_t ng_ubt_node_debug_ep;
88 typedef u_int16_t ng_ubt_node_dev_nodes_ep;
/freebsd-11-stable/sys/netgraph/
H A Dng_l2tp.h59 u_int16_t ns; /* sequence number to send next */
60 u_int16_t nr; /* sequence number to be recved next */
61 u_int16_t rack; /* last 'nr' received */
62 u_int16_t xack; /* last 'nr' sent */
76 u_int16_t tunnel_id; /* local tunnel id */
77 u_int16_t peer_id; /* peer's tunnel id */
78 u_int16_t peer_win; /* peer's max recv window size */
79 u_int16_t rexmit_max; /* max retransmits before failure */
80 u_int16_t rexmit_max_to; /* max delay between retransmits */
97 u_int16_t session_i
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dah.h43 u_int16_t ah_reserve; /* Reserved for future use */
51 u_int16_t ah_reserve; /* Reserved for future use */
H A Dipcomp.h43 u_int16_t comp_cpi; /* Compression parameter index */
/freebsd-11-stable/usr.sbin/ppp/
H A Dua.h35 # define ua_htons(src, tgt) (*(u_int16_t *)(tgt) = htons(*(u_int16_t *)(src)))
36 # define ua_ntohs(src, tgt) (*(u_int16_t *)(tgt) = ntohs(*(u_int16_t *)(src)))
62 u_int16_t __oh; \
70 u_int16_t __nh; \
71 __nh = ((u_int16_t)*(u_char *)(src) << 8) | \
72 (u_int16_t)*((u_char *)(src) + 1); \
/freebsd-11-stable/sys/dev/wi/
H A Dif_wireg.h344 u_int16_t wi_len;
345 u_int16_t wi_type;
353 u_int16_t wi_buf_pg; /* page addr of intermediate dl buf*/
354 u_int16_t wi_buf_off; /* offset of idb */
355 u_int16_t wi_buf_len; /* len of idb */
362 u_int16_t wi_mem_ram;
363 u_int16_t wi_mem_nvram;
370 u_int16_t wi_ver[4];
448 u_int16_t wi_len;
449 u_int16_t wi_typ
[all...]
H A Dif_wavelan_ieee.h64 u_int16_t wi_len;
65 u_int16_t wi_type;
66 u_int16_t wi_val[WI_MAX_DATALEN];
86 u_int16_t frame_ctl;
87 u_int16_t dur_id;
91 u_int16_t seq_ctl;
131 u_int16_t frame_ctl;
132 u_int16_t duration;
136 u_int16_t seq_ctl;
291 u_int16_t wi_keyle
[all...]
H A Dif_wivar.h114 u_int16_t sc_portnum;
115 u_int16_t sc_encryption;
116 u_int16_t sc_monitor_port;
117 u_int16_t sc_chanmask;
120 u_int16_t sc_min_rssi; /* clamp sc_min_rssi < RSSI */
121 u_int16_t sc_max_rssi; /* clamp RSSI < sc_max_rssi */
122 u_int16_t sc_dbm_offset; /* dBm ~ RSSI - sc_dbm_offset */
136 u_int16_t sc_ibss_port;
141 u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2];
159 u_int16_t card_i
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dxform_auth.h55 u_int16_t keysize;
56 u_int16_t hashsize;
57 u_int16_t ctxsize;
58 u_int16_t blocksize;
60 void (*Setkey) (void *, const u_int8_t *, u_int16_t);
61 void (*Reinit) (void *, const u_int8_t *, u_int16_t);
62 int (*Update) (void *, const u_int8_t *, u_int16_t);
H A Dxform_rmd160.c56 static int RMD160Update_int(void *, const u_int8_t *, u_int16_t);
71 RMD160Update_int(void *ctx, const u_int8_t *buf, u_int16_t len)
H A Dxform_sha2.c58 static int SHA256Update_int(void *, const u_int8_t *, u_int16_t);
59 static int SHA384Update_int(void *, const u_int8_t *, u_int16_t);
60 static int SHA512Update_int(void *, const u_int8_t *, u_int16_t);
91 SHA256Update_int(void *ctx, const u_int8_t *buf, u_int16_t len)
98 SHA384Update_int(void *ctx, const u_int8_t *buf, u_int16_t len)
105 SHA512Update_int(void *ctx, const u_int8_t *buf, u_int16_t len)
/freebsd-11-stable/contrib/smbfs/include/netsmb/
H A Dnb_lib.h76 u_int16_t rr_type;
77 u_int16_t rr_class;
79 u_int16_t rr_rdlength;
96 u_int16_t nr_qdtype;
97 u_int16_t nr_qdclass;
102 u_int16_t nr_rpancount;
103 u_int16_t nr_rpnscount;
104 u_int16_t nr_rparcount;
105 u_int16_t nr_trnid;
/freebsd-11-stable/sys/sys/
H A Data.h36 /*000*/ u_int16_t config; /* configuration info */
53 /*001*/ u_int16_t cylinders; /* # of cylinders */
54 /*002*/ u_int16_t specconf; /* specific configuration */
55 /*003*/ u_int16_t heads; /* # heads */
56 u_int16_t obsolete4;
57 u_int16_t obsolete5;
58 /*006*/ u_int16_t sectors; /* # sectors/track */
59 /*007*/ u_int16_t vendor7[3];
61 /*020*/ u_int16_t retired20;
62 u_int16_t retired2
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h179 u_int16_t timeoutValue;
182 u_int16_t VirtualDiskTgtId;
185 u_int16_t nextLMId;
190 u_int16_t configSeqNum;
202 u_int16_t Type:4;
203 u_int16_t nseg:4;
204 u_int16_t resvd0:8;
205 u_int16_t timeoutValue;
208 u_int16_t reserved:1;
209 u_int16_t sl
[all...]
/freebsd-11-stable/crypto/openssh/
H A Ddeattack.h32 u_int16_t *h;
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932subr.h50 u_int16_t snc_nec16_nic_get(struct snc_softc *, u_int8_t);
51 void snc_nec16_nic_put(struct snc_softc *, u_int8_t, u_int16_t);
55 (struct snc_softc *, u_int32_t, u_int32_t, u_int16_t);
56 u_int16_t snc_nec16_readfromdesc
/freebsd-11-stable/sys/dev/mly/
H A Dmlyreg.h261 u_int16_t tags;
262 u_int16_t speed;
275 u_int16_t raid_device;
334 u_int16_t command_id;
447 u_int16_t entries[3];
448 u_int16_t res1;
509 u_int16_t interface_speed;
542 u_int16_t nvram_size;
564 u_int16_t maximum_block_count;
565 u_int16_t maximum_sg_entrie
[all...]
/freebsd-11-stable/sys/dev/iir/
H A Diir.h186 #define GDT_CACHE_DEVICENO 0x00 /* u_int16_t, number of cache drive */
195 #define GDT_IOCTL_PARAM_SIZE 0x00 /* u_int16_t, size of buffer */
218 #define GDT_SCR_MSG_RES 0x0e /* u_int16_t, reserved */
243 #define GDT_CMD_OPCODE 0x08 /* u_int16_t, opcode (READ, ...) */
249 #define GDT_OFFSET 0x00 /* u_int16_t, command offset in the DP RAM */
250 #define GDT_SERV_ID 0x02 /* u_int16_t, service */
259 #define GDT_STATUS 0x1c /* volatile u_int16_t, command status */
260 #define GDT_SERVICE 0x1e /* u_int16_t, service (for asynch. events) */
281 #define GDT_IOC_FEATURES 0x06 /* u_int16_t, channel features */
298 #define GDT_CPAR_STATE 0x04 /* u_int16_t, cach
[all...]
/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.h77 u_int16_t sr_rqflags2;
95 u_int16_t sr_serror;
98 u_int16_t sr_rpflags2;
99 u_int16_t sr_rptid;
100 u_int16_t sr_rppid;
101 u_int16_t sr_rpuid;
102 u_int16_t sr_rpmid;
109 u_int16_t t2_setupcount;
110 u_int16_t * t2_setupdata;
111 u_int16_t t2_setu
[all...]
/freebsd-11-stable/include/protocols/
H A Drouted.h69 u_int16_t n_family;
73 u_int16_t n_tag; /* optional in RIPv2 */
84 u_int16_t a_family; /* always RIP_AF_AUTH */
85 u_int16_t a_type;
108 u_int16_t rip_res1; /* pad to 32-bit boundary */
/freebsd-11-stable/sys/net/
H A Dif_arc.h60 u_int16_t arc_seqid;
67 u_int16_t arc_seqid2; /* real seqid value */
107 u_int16_t ac_seqid; /* seq. id used by PHDS encap. */
114 u_int16_t dummy1;
121 u_int16_t af_seqid;

Completed in 337 milliseconds

1234567891011>>