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

1234567891011>>

/freebsd-10.0-release/sys/dev/sbni/
H A Dif_sbnireg.h70 #define FRAME_ACK_MASK (u_int16_t)0x7000
71 #define FRAME_LEN_MASK (u_int16_t)0x03FF
72 #define FRAME_FIRST (u_int16_t)0x8000
73 #define FRAME_RETRY (u_int16_t)0x0800
75 #define FRAME_SENT_BAD (u_int16_t)0x4000
76 #define FRAME_SENT_OK (u_int16_t)0x3000
/freebsd-10.0-release/sys/dev/ubsec/
H A Dubsecreg.h126 u_int16_t pc_flags; /* flags, below */
127 u_int16_t pc_offset; /* crypto offset */
138 volatile u_int16_t pc_len; /* length of ctx struct */
139 volatile u_int16_t pc_type; /* context type, 0 */
140 volatile u_int16_t pc_flags; /* flags, same as above */
141 volatile u_int16_t pc_offset; /* crypto/auth offset */
157 volatile u_int16_t mcr_pkts; /* #pkts in this mcr */
158 volatile u_int16_t mcr_flags; /* mcr flags (below) */
161 volatile u_int16_t mcr_reserved;
162 volatile u_int16_t mcr_pktle
[all...]
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h342 u_int16_t opcode; /* OpCode */
351 u_int16_t con_handle; /* connection handle + PB + BC flags */
352 u_int16_t length; /* payload length in bytes */
360 u_int16_t con_handle; /* connection handle + reserved bits */
396 u_int16_t link_type; /* type of connection */
408 u_int16_t con_handle; /* connection handle */
409 u_int16_t reason; /* reason to disconnect (only low byte) */
417 u_int16_t con_handle; /* con_handle */
442 u_int16_t con_handle; /* connection handle */
448 u_int16_t con_handl
[all...]
H A Dng_bt3c.h74 typedef u_int16_t ng_bt3c_node_state_ep;
78 typedef u_int16_t ng_bt3c_node_debug_ep;
106 u_int16_t block_size; /* in words */
107 u_int16_t block_alignment; /* in bytes */
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-10.0-release/sys/mips/include/
H A Dcpuinfo.h57 u_int16_t tlb_nentries;
64 u_int16_t ic_nsets;
68 u_int16_t dc_nsets;
/freebsd-10.0-release/contrib/tcpdump/
H A Darcnet.h51 u_int16_t arc_seqid;
58 u_int16_t arc_seqid2; /* real seqid value */
89 u_int16_t arc_offset;
97 u_int16_t arc_seqid;
H A Dether.h50 u_int16_t ether_type;
H A Dudp.h42 u_int16_t uh_sport; /* source port */
43 u_int16_t uh_dport; /* destination port */
44 u_int16_t uh_ulen; /* udp length */
45 u_int16_t uh_sum; /* udp checksum */
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 Dieee802_11.h129 u_int16_t fc;
130 u_int16_t duration;
134 u_int16_t seq_ctrl;
168 u_int16_t dwell_time;
185 u_int16_t max_duration;
186 u_int16_t dur_remaing;
226 u_int16_t beacon_interval;
227 u_int16_t listen_interval;
228 u_int16_t status_code;
229 u_int16_t ai
[all...]
/freebsd-10.0-release/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-10.0-release/sys/netinet/
H A Din_systm.h49 typedef u_int16_t n_short; /* short as received from the net */
/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h85 u_int16_t pkt_size; /* max. ACL packet size */
86 u_int16_t num_pkts; /* out queue size */
95 u_int16_t cid; /* last allocated CID */
109 u_int16_t state; /* ACL connection state */
110 u_int16_t flags; /* ACL connection flags */
115 u_int16_t con_handle; /* ACL connection handle */
138 u_int16_t state; /* channel state */
147 u_int16_t psm; /* channel PSM */
148 u_int16_t scid; /* source channel ID */
149 u_int16_t dci
[all...]
H A Dng_l2cap_llpi.h41 int ng_l2cap_lp_qos_req (ng_l2cap_p, u_int16_t, ng_l2cap_flow_p);
44 int ng_l2cap_lp_send (ng_l2cap_con_p, u_int16_t,struct mbuf *);
/freebsd-10.0-release/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-10.0-release/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-10.0-release/usr.sbin/ppp/
H A Dua.h33 # define ua_htons(src, tgt) (*(u_int16_t *)(tgt) = htons(*(u_int16_t *)(src)))
34 # define ua_ntohs(src, tgt) (*(u_int16_t *)(tgt) = ntohs(*(u_int16_t *)(src)))
60 u_int16_t __oh; \
68 u_int16_t __nh; \
69 __nh = ((u_int16_t)*(u_char *)(src) << 8) | \
70 (u_int16_t)*((u_char *)(src) + 1); \
/freebsd-10.0-release/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...]
/freebsd-10.0-release/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-10.0-release/sys/sys/
H A Ddisklabel.h74 u_int16_t d_type; /* drive type */
75 u_int16_t d_subtype; /* controller/d_type specific */
94 u_int16_t d_sparespertrack; /* # of spare sectors per track */
95 u_int16_t d_sparespercyl; /* # of spare sectors per cylinder */
119 u_int16_t d_rpm; /* rotational speed */
120 u_int16_t d_interleave; /* hardware sector interleave */
121 u_int16_t d_trackskew; /* sector 0 skew, per track */
122 u_int16_t d_cylskew; /* sector 0 skew, per cylinder */
131 u_int16_t d_checksum; /* xor of data incl. partitions */
134 u_int16_t d_npartition
[all...]
/freebsd-10.0-release/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

Completed in 157 milliseconds

1234567891011>>