Searched refs:u_int16_t (Results 1 - 25 of 154) sorted by relevance

1234567

/xnu-2422.115.4/bsd/net/
H A Dpfkeyv2.h116 u_int16_t sadb_msg_len;
117 u_int16_t sadb_msg_reserved;
123 u_int16_t sadb_ext_len;
124 u_int16_t sadb_ext_type;
128 u_int16_t sadb_sa_len;
129 u_int16_t sadb_sa_exttype;
141 u_int16_t sadb_sa_natt_port;
142 u_int16_t sadb_reserved0;
148 u_int16_t sadb_lifetime_len;
149 u_int16_t sadb_lifetime_exttyp
[all...]
H A Dif_vlan_var.h66 u_int16_t evl_encap_proto;
67 u_int16_t evl_tag;
68 u_int16_t evl_proto;
H A Dndrv.h91 u_int16_t type;
92 u_int16_t length;
95 u_int16_t ether_type;
H A Dethernet.h136 const u_int16_t * a_s = (const u_int16_t *)a;
137 const u_int16_t * b_s = (const u_int16_t *)b;
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c145 u_int16_t GetRecordOffset (BTreeControlBlockPtr btree,
147 u_int16_t index );
149 u_int16_t *GetOffsetAddress (BTreeControlBlockPtr btreePtr,
151 u_int16_t index );
155 u_int16_t index,
156 u_int16_t delta );
160 u_int16_t index );
170 static void PrintNode(const NodeDescPtr node, u_int16_t nodeSize, u_int32_t nodeNumber);
294 *(u_int16_t *)pos = sizeof (BTNodeDescriptor); // set offset to beginning of free space
435 static void PrintNode(const NodeDescPtr node, u_int16_t nodeSiz
[all...]
H A DBTreeAllocate.c90 u_int16_t **mapPtr,
91 u_int16_t *mapSize );
124 u_int16_t *mapPtr, *pos;
125 u_int16_t mapSize, size;
126 u_int16_t freeWord;
127 u_int16_t mask;
128 u_int16_t bitOffset;
243 u_int16_t mapSize;
244 u_int16_t *mapPos;
245 u_int16_t bitOffse
[all...]
H A DBTreeTreeOps.c118 u_int16_t rightInsertIndex,
121 u_int16_t recSize,
122 u_int16_t *insertIndex,
125 u_int16_t *recsRotated );
135 u_int16_t index,
138 u_int16_t recSize,
139 u_int16_t *insertIndex,
141 u_int16_t *recsRotated );
150 u_int16_t index,
151 u_int16_t leve
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_unistr.h51 u_int16_t length; /* number of unicode characters */
52 u_int16_t unicode[255]; /* unicode characters */
H A Dhfs_format.h152 u_int16_t startBlock; /* first file allocation block number in this extent */
158 u_int16_t keyLength; /* length of key, excluding this field */
174 u_int16_t startBlock; /* first allocation block */
175 u_int16_t blockCount; /* number of allocation blocks */
197 u_int16_t fdFlags; /* Finder flags */
215 u_int16_t v; /* folder's location */
216 u_int16_t h;
230 u_int16_t extended_flags;
231 u_int16_t reserved3;
238 u_int16_t extended_flag
[all...]
H A Dhfs_hotfiles.h76 u_int16_t keyLength; /* length of key, excluding this field */
85 #define HFC_KEYLENGTH (sizeof(HotFileKey) - sizeof(u_int16_t))
/xnu-2422.115.4/bsd/sys/
H A Dutfconv.h64 int unicode_combinable(u_int16_t character);
72 int unicode_decomposeable(u_int16_t character);
95 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash,
128 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p,
129 size_t * utf8len, size_t buflen, u_int16_t altslash, int flags);
163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
164 size_t *ucslen, size_t buflen, u_int16_t altslash, int flags);
H A Ddisklabel.h109 u_int16_t d_type; /* drive type */
110 u_int16_t d_subtype; /* controller/d_type specific */
146 u_int16_t d_sparespertrack; /* # of spare sectors per track */
147 u_int16_t d_sparespercyl; /* # of spare sectors per cylinder */
171 u_int16_t d_rpm; /* rotational speed */
172 u_int16_t d_interleave; /* hardware sector interleave */
173 u_int16_t d_trackskew; /* sector 0 skew, per track */
174 u_int16_t d_cylskew; /* sector 0 skew, per cylinder */
183 u_int16_t d_checksum; /* xor of data incl. partitions */
186 u_int16_t d_npartition
[all...]
H A Dacct.h78 typedef u_int16_t comp_t;
88 u_int16_t ac_mem; /* average memory usage */
/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h196 u_int16_t treeDepth;
203 u_int16_t nodeSize;
204 u_int16_t maxKeyLength;
208 u_int16_t reserved3; // 4-byte alignment
258 u_int16_t index;
259 u_int16_t reserved; // align size to a power of 2
270 u_int16_t keyLength;
271 u_int16_t recSize;
330 u_int16_t CalcKeyRecordSize (u_int16_t keySiz
[all...]
H A DBTreesInternal.h212 typedef u_int16_t BTreeIterationOperation;
238 u_int16_t version;
239 u_int16_t nodeSize;
240 u_int16_t maxKeyLength;
241 u_int16_t treeDepth;
259 u_int16_t index; // index then key was last seen at
260 u_int16_t reserved1;
271 u_int16_t version;
272 u_int16_t reserved;
302 u_int16_t *recordLe
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.h232 u_int16_t arg1;
246 u_int16_t ports[2]; /* there may be more */
321 u_int16_t conn_limit;
375 u_int16_t act_ofs; /* offset of action in 32-bit units */
376 u_int16_t cmd_len; /* # of 32-bit words in cmd */
377 u_int16_t rulenum; /* rule number */
407 u_int16_t dst_port;
408 u_int16_t src_port;
448 u_int16_t dyn_type; /* rule type */
449 u_int16_t coun
[all...]
H A Dip_divert.h76 u_int16_t cookie; /* ipfw rule number */
82 static __inline u_int16_t
87 static __inline u_int16_t
H A Din_arp.h92 extern errno_t arp_ip_handle_input(ifnet_t ifp, u_int16_t arpop,
97 extern errno_t inet_arp_handle_input(ifnet_t ifp, u_int16_t arpop,
H A Dip_flowid.h68 u_int16_t dst_port;
69 u_int16_t src_port;
120 u_int16_t fwa_divert_rule;/* divert cookie */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c84 unicode_combinable(u_int16_t character)
109 unicode_decomposeable(u_int16_t character) {
134 get_combining_class(u_int16_t character) {
147 static int unicode_decompose(u_int16_t character, u_int16_t *convertedChars);
149 static u_int16_t unicode_combine(u_int16_t base, u_int16_t combining);
151 static void priortysort(u_int16_t* characters, int count);
153 static u_int16_t ucs_to_sf
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dah.h44 u_int16_t ah_reserve; /* Reserved for future use */
52 u_int16_t ah_reserve; /* Reserved for future use */
H A Dipcomp.h45 u_int16_t comp_cpi; /* Compression parameter index */
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/include/
H A DWindowsTypesForMac.h55 typedef u_int16_t USHORT;
/xnu-2422.115.4/bsd/netkey/
H A Dkey.h64 extern u_int16_t key_natt_get_translated_port(struct secasvar *);
98 u_int16_t key_auth_len,
100 u_int16_t key_enc_len,
101 u_int16_t natt_port,
H A Dkeydb.h46 u_int16_t proto; /* IPPROTO_ESP or IPPROTO_AH */
71 typedef int (*utun_is_keepalive_func) __P((void *, void *, u_int16_t, u_int32_t, size_t));
107 u_int16_t remote_ike_port;
108 u_int16_t natt_encapsulated_src_port; /* network byte order */

Completed in 68 milliseconds

1234567