Home
last modified time | relevance | path

Searched refs:u_int8_t (Results 1 – 25 of 147) sorted by relevance

123456

/xnu-8792.41.9/bsd/net/
H A Dif_llc.h73 u_int8_t llc_dsap;
74 u_int8_t llc_ssap;
77 u_int8_t control;
78 u_int8_t format_id;
79 u_int8_t class_id;
80 u_int8_t window_x2;
83 u_int8_t num_snd_x2;
84 u_int8_t num_rcv_x2;
87 u_int8_t control;
88 u_int8_t num_rcv_x2;
[all …]
H A Dpfkeyv2.h113 u_int8_t sadb_msg_version;
114 u_int8_t sadb_msg_type;
115 u_int8_t sadb_msg_errno;
116 u_int8_t sadb_msg_satype;
132 u_int8_t sadb_sa_replay;
133 u_int8_t sadb_sa_state;
134 u_int8_t sadb_sa_auth;
135 u_int8_t sadb_sa_encrypt;
166 u_int8_t sadb_address_proto;
167 u_int8_t sadb_address_prefixlen;
[all …]
H A Dnecp.h54 u_int8_t packet_type;
55 u_int8_t flags;
264 u_int8_t prefix;
356 u_int8_t mss_recommended;
473 u_int8_t ssr_token[QUIC_STATELESS_RESET_TOKEN_SIZE];
513 u_int8_t necp_tcp_ecn_heuristics_success:1;
514 u_int8_t necp_tcp_ecn_heuristics_loss:1;
515 u_int8_t necp_tcp_ecn_heuristics_drop_rst:1;
516 u_int8_t necp_tcp_ecn_heuristics_drop_rxmt:1;
517 u_int8_t necp_tcp_ecn_heuristics_aggressive:1;
[all …]
H A Dpfvar.h242 u_int8_t _addr8[16];
287 u_int8_t type; /* PF_ADDR_* */
288 u_int8_t iflags; /* PFI_AFLAG_* */
293 u_int8_t op;
316 u_int8_t pfid_iflags; /* PFI_AFLAG_* */
487 u_int8_t op;
488 u_int8_t _pad[3];
493 u_int8_t op;
494 u_int8_t _pad[3];
500 u_int8_t neg;
[all …]
H A Dcontent_filter_crypto.c49 u_int8_t *ptr = NULL; in cfil_crypto_print_data()
52 ptr = (u_int8_t *)&data->flow_id; in cfil_crypto_print_data()
55 ptr = (u_int8_t *)&data->sock_id; in cfil_crypto_print_data()
58 ptr = (u_int8_t *)&data->direction; in cfil_crypto_print_data()
61 ptr = (u_int8_t *)&data->remote; in cfil_crypto_print_data()
63 ptr = (u_int8_t *)&data->local; in cfil_crypto_print_data()
66 ptr = (u_int8_t *)&data->socketProtocol; in cfil_crypto_print_data()
69 ptr = (u_int8_t *)&data->pid; in cfil_crypto_print_data()
72 ptr = (u_int8_t *)&data->effective_pid; in cfil_crypto_print_data()
75 ptr = (u_int8_t *)&data->uuid; in cfil_crypto_print_data()
[all …]
H A Dnetwork_agent.h49 u_int8_t message_type;
50 u_int8_t message_flags;
73 u_int8_t group_members[0];
78 u_int8_t assign_necp_results[0];
198 u_int8_t netagent_data[0];
209 u_int8_t *netagent_data;
215 u_int8_t *data;
262 …essage(uuid_t agent_uuid, uuid_t necp_client_uuid, pid_t pid, void *handle, u_int8_t message_type);
268 u_int8_t message_type,
294 typedef errno_t (*netagent_event_f)(u_int8_t event, uuid_t necp_client_uuid, pid_t pid, void *necp_…
H A Dif_pflog.h81 u_int8_t length;
83 u_int8_t action;
84 u_int8_t reason;
93 u_int8_t dir;
94 u_int8_t pad[3];
H A Dflowhash.c93 const u_int8_t *bytes = (u_int8_t *)(void *)(uintptr_t)(p + i); in getblock32()
119 const u_int8_t *bytes = (const u_int8_t *)(void *)(uintptr_t)(p + i); in getblock64()
184 const u_int8_t *data = (const u_int8_t *)key; in net_flowhash_mh3_x86_32()
187 const u_int8_t *tail; in net_flowhash_mh3_x86_32()
207 tail = (const u_int8_t *)(const void *)(data + nblocks * 4); in net_flowhash_mh3_x86_32()
243 const u_int8_t *data = (const u_int8_t *)key; in net_flowhash_mh3_x64_128()
246 const u_int8_t *tail; in net_flowhash_mh3_x64_128()
302 tail = (const u_int8_t *)(const void *)(data + nblocks * 16); in net_flowhash_mh3_x64_128()
523 const u_int8_t *k = (const u_int8_t *)key; in net_flowhash_jhash()
617 const u_int8_t *k8 = (const u_int8_t *)key;
[all …]
H A Dnetwork_agent.c93 u_int8_t *token_bytes;
113 u_int8_t __pad_bytes[3];
176 static int netagent_send_ctl_data(u_int32_t control_unit, u_int8_t *buffer, size_t buffer_size);
184 static errno_t netagent_handle_register_setopt(struct netagent_session *session, u_int8_t *payload,
190 static errno_t netagent_handle_unregister_setopt(struct netagent_session *session, u_int8_t *payloa…
196 static errno_t netagent_handle_update_setopt(struct netagent_session *session, u_int8_t *payload,
202 static errno_t netagent_handle_assign_nexus_setopt(struct netagent_session *session, u_int8_t *payl…
206 static errno_t netagent_handle_assign_group_setopt(struct netagent_session *session, u_int8_t *payl…
210 static errno_t netagent_handle_use_count_setopt(struct netagent_session *session, u_int8_t *payload…
211 static errno_t netagent_handle_use_count_getopt(struct netagent_session *session, u_int8_t *buffer,…
[all …]
/xnu-8792.41.9/bsd/netinet/
H A Dip6.h115 u_int8_t ip6_un1_nxt; /* next header */
116 u_int8_t ip6_un1_hlim; /* hop limit */
118 u_int8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */
162 u_int8_t ip6e_nxt;
163 u_int8_t ip6e_len;
169 u_int8_t ip6h_nxt; /* next header */
170 u_int8_t ip6h_len; /* length in units of 8 octets */
177 u_int8_t ip6d_nxt; /* next header */
178 u_int8_t ip6d_len; /* length in units of 8 octets */
211 u_int8_t ip6o_type;
[all …]
H A Dicmp6.h108 u_int8_t icmp6_type; /* type field */
109 u_int8_t icmp6_code; /* code field */
114 u_int8_t icmp6_un_data8[4]; /* type-specific field */
329 u_int8_t nd_opt_type;
330 u_int8_t nd_opt_len;
347 u_int8_t nd_opt_pi_type;
348 u_int8_t nd_opt_pi_len;
349 u_int8_t nd_opt_pi_prefix_len;
350 u_int8_t nd_opt_pi_flags_reserved;
366 u_int8_t nd_opt_nonce_type;
[all …]
H A Dip_ecn.c80 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) in ip_ecn_ingress()
102 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner) in ip_ecn_egress()
129 u_int8_t outer8, inner8; in ip6_ecn_ingress()
144 u_int8_t outer8, inner8; in ip6_ecn_egress()
165 ip46_ecn_ingress(int mode, u_int32_t *outer, const u_int8_t *tos) in ip46_ecn_ingress()
167 u_int8_t outer8; in ip46_ecn_ingress()
183 ip46_ecn_egress(int mode, const u_int32_t *outer, u_int8_t *tos) in ip46_ecn_egress()
185 u_int8_t outer8; in ip46_ecn_egress()
200 ip64_ecn_ingress(int mode, u_int8_t *outer, const u_int32_t *inner) in ip64_ecn_ingress()
202 u_int8_t inner8; in ip64_ecn_ingress()
[all …]
H A Dip_ecn.h68 extern void ip_ecn_ingress(int, u_int8_t *, const u_int8_t *);
69 extern int ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
/xnu-8792.41.9/bsd/netinet6/
H A Desp.h93 u_int8_t esp_padlen; /* pad length */
94 u_int8_t esp_nxt; /* Next header */
117 struct secasvar *, u_int8_t *, u_int8_t *);
119 struct secasvar *, u_int8_t *, u_int8_t *);
122 int (*finalizedecrypt)(struct secasvar *, u_int8_t *, size_t);
123 int (*finalizeencrypt)(struct secasvar *, u_int8_t *, size_t);
H A Dnd6_var.h71 u_int8_t chlim; /* CurHopLimit */
72 u_int8_t _pad[3];
74 u_int8_t randomseed0[8]; /* upper 64 bits of SHA1 digest */
75 u_int8_t randomseed1[8]; /* lower 64 bits (usually the EUI64 IFID) */
76 u_int8_t randomid[8]; /* current random ID */
H A Dip6_ecn.h70 extern void ip46_ecn_ingress(int, u_int32_t *, const u_int8_t *);
71 extern int ip46_ecn_egress(int, const u_int32_t *, u_int8_t *);
72 extern void ip64_ecn_ingress(int, u_int8_t *, const u_int32_t *);
73 extern int ip64_ecn_egress(int, const u_int8_t *, u_int32_t *);
H A Dipsec.h66 u_int8_t dir; /* direction of packet flow, see below */
69 u_int8_t prefs; /* prefix length in bits for src */
70 u_int8_t prefd; /* prefix length in bits for dst */
71 u_int8_t ul_proto; /* upper layer Protocol */
243 u_int8_t wake_pkt[IPSEC_MAX_WAKE_PKT_LEN];
371 extern struct secpolicy *ipsec4_getpolicybysock(struct mbuf *, u_int8_t,
373 extern struct secpolicy *ipsec4_getpolicybyaddr(struct mbuf *, u_int8_t, int,
375 extern int ipsec4_getpolicybyinterface(struct mbuf *, u_int8_t, int *,
393 extern int ipsec_chkreplay(u_int32_t, struct secasvar *, u_int8_t);
394 extern int ipsec_updatereplay(u_int32_t, struct secasvar *, u_int8_t);
[all …]
H A Desp_core.c122 struct secasvar *, u_int8_t *, u_int8_t *);
124 struct secasvar *, u_int8_t *, u_int8_t *);
130 struct secasvar *, u_int8_t *, u_int8_t *);
132 struct secasvar *, u_int8_t *, u_int8_t *);
492 u_int8_t *s, in esp_des_blockdecrypt()
493 u_int8_t *d) in esp_des_blockdecrypt()
505 u_int8_t *s, in esp_des_blockencrypt()
506 u_int8_t *d) in esp_des_blockencrypt()
657 u_int8_t *s, in esp_3des_blockdecrypt()
658 u_int8_t *d) in esp_3des_blockdecrypt()
[all …]
H A Dah.h44 u_int8_t ah_nxt; /* Next Header */
45 u_int8_t ah_len; /* Length of data, in 32bit */
52 u_int8_t ah_nxt; /* Next Header */
53 u_int8_t ah_len; /* Length of data + 1, in 32bit */
/xnu-8792.41.9/bsd/netkey/
H A Dkeydb.h46 u_int8_t mode; /* mode of protocol, see ipsec.h */
64 u_int8_t dir; /* IPSEC_DIR_INBOUND or IPSEC_DIR_OUTBOUND */
65 u_int8_t state; /* MATURE or DEAD. */
83 u_int8_t state; /* Status of this Association */
85 u_int8_t alg_auth; /* Authentication Algorithm Identifier*/
86 u_int8_t alg_enc; /* Cipher Algorithm Identifier */
125 u_int8_t always_expire; /* Send expire/delete messages even if unused */
130 u_int8_t wsize; /* window size */
179 extern struct secreplay *keydb_newsecreplay(u_int8_t);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_utfconv.c92 const u_int8_t *bitmap = __CFUniCharCombiningBitmap; in unicode_combinable()
93 u_int8_t value; in unicode_combinable()
118 const u_int8_t *bitmap = __CFUniCharDecomposableBitmap; in unicode_decomposeable()
119 u_int8_t value; in unicode_decomposeable()
142 static inline u_int8_t
145 const u_int8_t *bitmap = __CFUniCharCombiningPropertyBitmap; in get_combining_class()
147 u_int8_t value = bitmap[(character >> 8)]; in get_combining_class()
270 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p, in utf8_encodestr()
273 u_int8_t * bufstart; in utf8_encodestr()
274 u_int8_t * bufend; in utf8_encodestr()
[all …]
/xnu-8792.41.9/bsd/sys/
H A Dutfconv.h128 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p,
163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
207 utf8_validatestr(const u_int8_t* utf8p, size_t utf8len);
/xnu-8792.41.9/bsd/net/classq/
H A Dclassq_util.c87 u_int8_t
91 u_int8_t ds_field = 0; in read_dsfield()
95 return (u_int8_t)0; in read_dsfield()
108 return (u_int8_t)0; in read_dsfield()
119 return (u_int8_t)0; /* version mismatch! */ in read_dsfield()
132 return (u_int8_t)0; /* version mismatch! */ in read_dsfield()
140 write_dsfield(struct mbuf *m, struct pf_mtag *t, u_int8_t dsfield) in write_dsfield()
164 u_int8_t old; in write_dsfield()
248 u_int8_t otos; in mark_ecn()
/xnu-8792.41.9/libkern/libkern/crypto/
H A Dsha1.h47 u_int8_t b8[20];
51 u_int8_t b8[8];
56 u_int8_t b8[64];
59 u_int8_t count; /* unused; for compatibility only */
/xnu-8792.41.9/iokit/DriverKit/crypto/
H A Dsha1.h47 u_int8_t b8[20];
51 u_int8_t b8[8];
56 u_int8_t b8[64];
59 u_int8_t count; /* unused; for compatibility only */

123456