Searched defs:buflen (Results 1 - 18 of 18) sorted by relevance

/xnu-2422.115.4/libkern/net/
H A Dinet_ntoa.c49 inet_ntoa_r(struct in_addr ina, char *buf, size_t buflen) argument
/xnu-2422.115.4/bsd/crypto/rc4/
H A Drc4.c83 rc4_crypt(struct rc4_state *const state, const u_char *inbuf, u_char *outbuf, int buflen) argument
/xnu-2422.115.4/bsd/net/
H A Dbpf_filter.c211 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) argument
[all...]
H A Dndrv.c607 sprint_d(u_int n, char *buf, int buflen) argument
H A Droute.c692 rtm_scrub(int type, int idx, struct sockaddr *hint, struct sockaddr *sa, void *buf, uint32_t buflen, kauth_cred_t *credp) argument
/xnu-2422.115.4/bsd/kern/
H A Dkern_asl.c220 escape_str(char *str, int len, int buflen) argument
H A Dkern_sysctl.c1282 int buflen; member in struct:sysdoproc_args
1336 int buflen = where != USER_ADDR_NULL ? req->oldlen : 0; variable
1866 int buflen = where != USER_ADDR_NULL ? *sizep : 0; local
[all...]
H A Duipc_syscalls.c1453 int buflen = m->m_len; local
2051 sockargs(struct mbuf **mp, user_addr_t data, int buflen, int type) argument
[all...]
/xnu-2422.115.4/security/
H A Dmac_file.c177 mac_file_check_set(struct ucred *cred, struct fileglob *fg, char *buf, int buflen) argument
/xnu-2422.115.4/bsd/nfs/
H A Dxdr_subs.h157 xb_init_buffer(struct xdrbuf *xbp, char *buf, size_t buflen) argument
H A Dnfs_gss.c2987 nfs_gss_mach_alloc_buffer(u_char *buf, uint32_t buflen, vm_map_copy_t *addr) argument
H A Dnfs_subs.c806 size_t buflen = sizeof(smallbuf), nfclen; local
H A Dnfs_vnops.c2294 uint32_t buflen; local
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h344 uint32_t buflen; /* length of data in buf */ member in struct:_ccmode_gcm_key
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c877 sdl_addr_to_hex(const struct sockaddr_dl *sdl, char *orig_buf, int buflen) argument
/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c408 int packA(char *inbuf, uint32_t length, uint32_t buflen) argument
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c208 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) argument
H A Dvfs_utfconv.c260 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p, size_t * utf8len, size_t buflen, u_int16_t altslash, int flags) argument
411 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp, size_t *ucslen, size_t buflen, u_int16_t altslash, int flags) argument
732 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr, size_t *outlen, size_t buflen, int flags) argument

Completed in 201 milliseconds