Searched refs:u_char (Results 51 - 75 of 199) sorted by relevance

12345678

/xnu-2422.115.4/bsd/libkern/
H A Dbcd.c35 u_char const bcd2bin_data[] = {
48 u_char const bin2bcd_data[] = {
/xnu-2422.115.4/libkern/libkern/
H A Dkxld_types.h160 u_char * kext;
163 u_char * interface;
/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dmemset.c56 u_char *dst;
80 if ((c = (u_char)c0) != 0) { /* Fill the word. */
/xnu-2422.115.4/bsd/sys/
H A Dsys_domain.h54 u_char ss_len; /* sizeof(struct sockaddr_sys) */
55 u_char ss_family; /* AF_SYSTEM */
H A Dkern_control.h138 u_char sc_len; /* depends on size of bundle ID string */
139 u_char sc_family; /* AF_SYSTEM */
/xnu-2422.115.4/libkern/kxld/
H A Dkxld.c93 static kern_return_t init_kext_objects(KXLDContext *context, u_char *file,
97 u_char *file, u_long size, const char *name);
98 static u_char * allocate_kext(KXLDContext *context, void *callback_data,
99 kxld_addr_t *vmaddr, u_long *vmsize, u_char **linked_object_alloc_out);
239 u_char * file,
245 u_char ** linked_object_out,
251 u_char * linked_object = NULL;
252 u_char * linked_object_alloc = NULL;
344 init_kext_objects(KXLDContext *context, u_char *file, u_long size,
423 get_object_for_file(KXLDContext *context, u_char *fil
[all...]
H A Dkxld_sect.h53 u_char *data; // The start of the section in memory
74 kern_return_t kxld_sect_init_from_macho_32(KXLDSect *sect, u_char *macho,
83 kern_return_t kxld_sect_init_from_macho_64(KXLDSect *sect, u_char *macho,
142 kern_return_t kxld_sect_export_macho_to_file_buffer(const KXLDSect *sect, u_char *buf,
147 kern_return_t kxld_sect_export_macho_to_vm(const KXLDSect *sect, u_char *buf,
H A Dkxld_symtab.h62 struct symtab_command *src, u_char *macho, KXLDSeg * kernel_linkedit_seg)
68 struct symtab_command *src, u_char *macho, KXLDSeg * kernel_linkedit_seg)
116 kxld_symtab_export_macho(const KXLDSymtab *symtab, u_char *buf,
H A Dkxld_object.h56 u_char *file, u_long size, const char *name,
71 const u_char * kxld_object_get_file(const KXLDObject *object)
128 u_char *linked_object)
H A Dkxld_symtab.c59 u_char *macho, KXLDSeg * kernel_linkedit_seg,
64 static kern_return_t init_syms_32(KXLDSymtab *symtab, u_char *macho, u_long offset,
68 static kern_return_t init_syms_64(KXLDSymtab *symtab, u_char *macho, u_long offset,
90 u_char *macho, KXLDSeg * kernel_linkedit_seg)
102 u_char *macho, KXLDSeg * kernel_linkedit_seg)
113 u_char *macho, KXLDSeg * kernel_linkedit_seg,
118 u_char * macho_or_linkedit = macho;
152 macho_or_linkedit = (u_char *)(uintptr_t)kernel_linkedit_seg->base_addr;
183 init_syms_32(KXLDSymtab *symtab, u_char *macho, u_long offset, u_int nsyms)
210 init_syms_64(KXLDSymtab *symtab, u_char *mach
[all...]
H A Dkxld_util.h170 kern_return_t validate_and_swap_macho_32(u_char *file, u_long size
176 kern_return_t validate_and_swap_macho_64(u_char *file, u_long size
183 void unswap_macho(u_char *file, enum NXByteOrder host_order,
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h154 u_char inp_sndinprog_cnt; /* outstanding send operations */
155 u_char inp_vflag; /* INP_IPV4 or INP_IPV6 */
157 u_char inp_ip_ttl; /* time to live proto */
158 u_char inp_ip_p; /* protocol proto */
182 u_char inp4_ip_tos;
274 u_char nat_owner; /* Used to NAT TCP/UDP traffic */
282 u_char inp_vflag;
284 u_char inp_ip_ttl; /* time to live proto */
285 u_char inp_ip_p; /* protocol proto */
299 u_char inp4_rout
[all...]
H A Dip_fw.h107 u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */
108 u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */
109 u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */
119 u_char fw_prot; /* IP protocol */
125 u_char fw_nports;
H A Dtcp_fsm.h116 static u_char tcp_outflags[TCP_NSTATES] = {
H A Dip_var.h77 u_char ih_x1[9]; /* (unused) */
78 u_char ih_pr; /* protocol */
100 u_char ipq_ttl; /* time for reass q to live */
101 u_char ipq_p; /* protocol of this fragment */
140 u_char imo_multicast_ttl; /* TTL for outgoing multicasts */
141 u_char imo_multicast_loop; /* 1 => hear sends if a member */
/xnu-2422.115.4/bsd/net/
H A Dif_var.h159 u_char ifi_type; /* ethernet, tokenring, etc */
160 u_char ifi_typelen; /* Length of frame type id */
161 u_char ifi_physical; /* e.g., AUI, Thinnet, 10base-T, etc */
162 u_char ifi_addrlen; /* media address length */
163 u_char ifi_hdrlen; /* media header length */
164 u_char ifi_recvquota; /* polling quota for receive intrs */
165 u_char ifi_xmitquota; /* polling quota for xmit intrs */
166 u_char ifi_unused1; /* for future use */
197 u_char ifi_type; /* ethernet, tokenring, etc */
198 u_char ifi_typele
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dah_output.c193 u_char *ahdrpos;
194 u_char *ahsumpos = NULL;
264 ahdrpos = mtod(n, u_char *);
269 ahdrpos = mtod(m->m_next, u_char *);
281 ahsumpos = (u_char *)(ahdr + 1);
291 ahsumpos = (u_char *)(ahdr + 1);
403 u_char *nexthdrp;
411 u_char *ahsumpos = NULL;
489 ahsumpos = (u_char *)(ahdr + 1);
500 ahsumpos = (u_char *)(ahd
[all...]
H A Desp.h132 struct secasvar *, u_char *);
H A Din6_var.h426 u_char onlink : 1;
427 u_char autonomous : 1;
428 u_char reserved : 6;
430 u_char prf_reserved1;
434 u_char decrvalid : 1;
435 u_char decrprefd : 1;
436 u_char reserved : 6;
438 u_char prf_reserved3;
444 u_char ipr_origin;
445 u_char ipr_ple
[all...]
/xnu-2422.115.4/libkern/net/
H A Dinet_ntop.c33 static char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
34 static char *inet_ntop6(const u_char *src, char *dst, socklen_t size);
65 * (2) takes a u_char* not an in_addr as input
70 inet_ntop4(const u_char *src, char *dst, socklen_t size)
91 inet_ntop6(const u_char *src, char *dst, socklen_t size)
/xnu-2422.115.4/bsd/vm/
H A Dvnode_pager.h74 u_char *pf_bmap; /* Map of used blocks */
/xnu-2422.115.4/libkern/stdio/
H A Dscanf.c116 static const u_char *__sccl(char *, const u_char *);
134 const u_char *fmt = (const u_char *)fmt0;
535 c = ((u_char *)p)[-1];
582 static const u_char *
583 __sccl(char *tab, const u_char *fmt)
/xnu-2422.115.4/bsd/bsm/
H A Daudit.h82 #define AT_IPC_MSG ((u_char)1) /* Message IPC id. */
83 #define AT_IPC_SEM ((u_char)2) /* Semaphore IPC id. */
84 #define AT_IPC_SHM ((u_char)3) /* Shared mem IPC id. */
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_boot.c170 u_char *fhp, u_int32_t *fhlenp);
177 #define IP_CH(ip) ((u_char *)ip)
411 u_char data[4]; /* data (longer, of course) */
463 u_char *p;
485 p = (u_char*)my_ip;
516 p = (u_char*)lp;
554 p = (u_char*)gw_ip;
590 u_char *p, *q;
657 q = (u_char*) &sin->sin_addr;
699 u_char *fh
[all...]
H A Dnfs_gss.h55 extern u_char krb5_mech[11];
105 u_char skey[MAX_SKEYLEN]; // Session key;
188 u_char *gss_svc_token; // GSS token exchanged via gssd & client

Completed in 336 milliseconds

12345678