Searched defs:buflen (Results 1 - 25 of 38) sorted by last modified time

12

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c325 res_nsend(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz) argument
643 send_vc(res_state statp, const void *buf, size_t buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
852 send_dg(res_state statp, int kq, const void *buf, size_t buflen, u_char *ans, int anssiz, int *terrno, int ns, int tries, int *v_circuit, int *gotsomewhere) argument
[all...]
H A Dres_data.c210 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) { argument
249 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { argument
260 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, argument
190 res_mkquery(int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
H A Dres_mkquery.c102 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
216 res_nopt(res_state statp, int n0, u_char *buf, int buflen, int anslen) argument
273 res_nopt_rdata(res_state statp, int n0, u_char *buf, int buflen, u_char *rdata, u_short code, u_short len, u_char *data) argument
H A Dres_debug.c162 static int buflen = 2048; local
/haiku/src/system/libnetwork/netresolv/net/
H A Dhostent.h60 size_t buflen; member in struct:getnamaddr
H A Dgethnamaddr.c524 gethostbyname_r(const char *name, struct hostent *hp, char *buf, int buflen, argument
215 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) argument
550 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, size_t buflen, int *he) argument
565 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *buf, size_t buflen, int *he) argument
682 gethostbyaddr_r(const void *addr, int len, int af, struct hostent *hp, char *buf, int buflen, int *he) argument
742 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) argument
[all...]
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_print.c91 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
111 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
167 addlen(strlen(buf), &buf, &buflen); local
337 addlen(strlen(buf), &buf, &buflen); local
428 addlen(strlen(buf), &buf, &buflen); local
672 addlen(strlen(buf), &buf, &buflen); local
695 addlen(strlen(buf), &buf, &buflen); local
967 addlen(strlen(buf), &buf, &buflen); local
972 addlen(strlen(buf), &buf, &buflen); local
1145 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) argument
1180 addname(const u_char *msg, size_t msglen, const u_char **pp, const char *origin, char **buf, size_t *buflen) argument
1225 addlen(size_t len, char **buf, size_t *buflen) argument
1232 addstr(const char *src, size_t len, char **buf, size_t *buflen) argument
1244 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) argument
[all...]
H A Dns_ttl.c160 fmt1(int t, char s, char **buf, size_t *buflen) { argument
/haiku/src/libs/bsd/
H A Dgetentropy.c14 getentropy(void *buf, size_t buflen) argument
/haiku/src/system/libroot/posix/
H A Dpwd_query.c141 int fill_grent_from_fd(int fd, struct group *gbuf, char *buf, size_t buflen) argument
193 int getgrent_r(struct group *gbuf, char *buf, size_t buflen, struct group **gbufp) argument
362 int fill_pwent_from_fd(int fd, struct passwd *pwbuf, char *buf, size_t buflen) argument
470 int getpwent_r(struct passwd *pwbuf, char *buf, size_t buflen, struct passwd **pwbufp) argument
/haiku/src/system/libroot/posix/crypt/
H A Dcrypto_scrypt.cpp53 crypto_scrypt(const uint8_t * passwd, size_t passwdlen, const uint8_t * salt, size_t saltlen, uint64_t N, uint32_t _r, uint32_t _p, uint8_t * buf, size_t buflen) argument
/haiku/src/libs/compat/openbsd_network/compat/machine/
H A Dbus.h71 bus_dmamap_load_obsd(bus_dma_tag_t tag, bus_dmamap_t dmam, void *buf, bus_size_t buflen, struct proc *p, int flags) argument
/haiku/src/libs/compat/freebsd_network/
H A Dbus_dma.cpp330 _bus_load_buffer(bus_dma_tag_t dmat, void* buf, bus_size_t buflen, argument
386 bus_dmamap_load(bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, bus_dmamap_callback_t *callback, void *callback_arg, int flags) argument
[all...]
H A Dfbsd_mii.c212 miibus_child_pnpinfo_str(device_t dev __unused, device_t child, char *buf, size_t buflen) argument
225 miibus_child_location_str(device_t dev __unused, device_t child, char *buf, size_t buflen) argument
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Ddevice.h13 loadfirmware(const char *name, u_char **bufp, size_t *buflen) argument
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c1439 ulong buflen; local
1644 ulong buflen; local
1062 copy_packet(etherpci_private_t *data, unsigned char *ether_buf, int buflen) argument
[all...]
/haiku/src/system/libnetwork/
H A Dgetifaddrs.cpp140 size_t buflen = count * sizeof(struct ifreq); local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c4573 feedsecurityattr(const char *attr, u32 selection, char *buf, u32 buflen, u32 *psize) argument
4901 ntfs_get_file_security(struct SECURITY_API *scapi, const char *path, u32 selection, char *buf, u32 buflen, u32 *psize) argument
/haiku/src/libs/libfdt/
H A Dfdt_ro.c542 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) argument
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jmereg.h1067 uint32_t buflen; member in struct:jme_desc
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c7035 int buflen, error; local
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c672 size_t buflen; local
734 size_t buflen; local
[all...]
H A Dieee80211_crypto_wep.c354 size_t buflen, data_len; local
437 size_t buflen, data_len; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c2606 int buflen, wh_ofs, hdr_extra, rssi, noise, type, rate; local
/haiku/src/kits/mail/
H A Dmail_util.cpp830 readfoldedline(FILE *file, char **buffer, size_t *buflen) argument
913 readfoldedline(BPositionIO &in, char **buffer, size_t *buflen) argument
1001 nextfoldedline(const char** header, char **buffer, size_t *buflen) argument
[all...]

Completed in 269 milliseconds

12