Home
last modified time | relevance | path

Searched refs:u_char (Results 1 – 25 of 60) sorted by relevance

123

/glibc-2.36/resolv/
Dns_name.c34 static int labellen(const u_char *);
49 ns_name_ntol(const u_char *src, u_char *dst, size_t dstsiz) in ns_name_ntol()
51 const u_char *cp; in ns_name_ntol()
52 u_char *dn, *eom; in ns_name_ntol()
53 u_char c; in ns_name_ntol()
97 ns_name_rollback(const u_char *src, const u_char **dnptrs, in ns_name_rollback()
98 const u_char **lastdnptr) in ns_name_rollback()
Dres_send.c183 static int send_vc(res_state, const u_char *, int,
184 const u_char *, int,
185 u_char **, int *, int *, int, u_char **,
186 u_char **, int *, int *, int *);
187 static int send_dg(res_state, const u_char *, int,
188 const u_char *, int,
189 u_char **, int *, int *, int,
190 int *, int *, u_char **,
191 u_char **, int *, int *, int *);
563 const u_char *buf, int buflen, const u_char *buf2, int buflen2, in send_vc()
[all …]
Dres_debug.c333 const u_char *
334 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) { in p_cdnname()
348 const u_char * in libresolv_hidden_def()
349 p_cdname(const u_char *cp, const u_char *msg, FILE *file) { in libresolv_hidden_def()
356 const u_char *
357 p_fqnname (const u_char *cp, const u_char *msg, int msglen, char *name, in p_fqnname()
377 const u_char * in libresolv_hidden_def()
378 p_fqname(const u_char *cp, const u_char *msg, FILE *file) { in libresolv_hidden_def()
380 const u_char *n; in libresolv_hidden_def()
812 loc_aton (const char *ascii, u_char *binary) in loc_aton()
[all …]
Dinet_net_pton.c36 static int inet_net_pton_ipv4 (const char *src, u_char *dst,
81 inet_net_pton_ipv4 (const char *src, u_char *dst, size_t size) in inet_net_pton_ipv4()
85 const u_char *odst = dst; in inet_net_pton_ipv4()
107 *dst++ = (u_char) tmp; in inet_net_pton_ipv4()
114 *dst++ = (u_char) (tmp << 4); in inet_net_pton_ipv4()
131 *dst++ = (u_char) tmp; in inet_net_pton_ipv4()
Dns_netint.c26 ns_get16(const u_char *src) { in ns_get16()
36 ns_get32(const u_char *src) { in strong_alias()
46 ns_put16(u_int src, u_char *dst) { in strong_alias()
52 ns_put32(u_long src, u_char *dst) { in libresolv_hidden_def()
Dns_parse.c65 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr()
66 const u_char *optr = ptr; in ns_skiprr()
90 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in libresolv_hidden_def()
91 const u_char *eom = msg + msglen; in libresolv_hidden_def()
Dcompat-gethnamaddr.c84 static u_char host_addr[16]; /* IPv4 or IPv6 */
110 u_char buf[MAXPACKET];
144 const u_char *cp; in getanswer()
146 const u_char *eom, *erdata; in getanswer()
446 u_char *ptr; in res_gethostbyname2_context()
587 const u_char *uaddr = (const u_char *)addr; in res_gethostbyaddr_context()
588 static const u_char mapped[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0xff,0xff }; in res_gethostbyaddr_context()
589 static const u_char tunnelled[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0,0 }; in res_gethostbyaddr_context()
595 u_char *ptr; in res_gethostbyaddr_context()
836 u_char *p = (u_char *)dst; in map_v4v6_address()
Dns_print.c39 static int charstr(const u_char *rdata, const u_char *edata,
41 static int addname(const u_char *msg, size_t msglen,
42 const u_char **p, const char *origin,
88 ns_sprintrrf(const u_char *msg, size_t msglen, in libresolv_hidden_def()
90 u_long ttl, const u_char *rdata, size_t rdlen, in libresolv_hidden_def()
95 const u_char *edata = rdata + rdlen; in libresolv_hidden_def()
654 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) { in charstr()
655 const u_char *odata = rdata; in charstr()
688 addname(const u_char *msg, size_t msglen, in addname()
689 const u_char **pp, const char *origin, in addname()
Dinet_ntop.c41 static const char *inet_ntop4 (const u_char *src, char *dst, socklen_t size);
42 static const char *inet_ntop6 (const u_char *src, char *dst, socklen_t size);
80 inet_ntop4 (const u_char *src, char *dst, socklen_t size) in libc_hidden_def()
99 inet_ntop6 (const u_char *src, char *dst, socklen_t size) in inet_ntop6()
Dbase64.c127 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop()
129 u_char input[3]; in b64_ntop()
130 u_char output[4]; in b64_ntop()
194 b64_pton (char const *src, u_char *target, size_t targsize) in libresolv_hidden_def()
Dnsap_addr.c35 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr()
36 u_char c, nib; in inet_nsap_addr()
66 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa()
Dmapv4v6addr.h58 u_char *p = (u_char *) dst; in map_v4v6_address()
Dinet_net_ntop.c34 static char * inet_net_ntop_ipv4 (const u_char *src, int bits,
73 inet_net_ntop_ipv4 (const u_char *src, int bits, char *dst, size_t size) in inet_net_ntop_ipv4()
Dinet_pton.c45 static int inet_pton4 (const char *src, const char *src_end, u_char *dst);
46 static int inet_pton6 (const char *src, const char *src_end, u_char *dst);
Dinet_neta.c51 u_char b = (src & 0xff000000) >> 24; in inet_neta()
Dres_query.c120 u_char *buf = alloca (bufsize); in __res_context_query()
121 u_char *query1 = buf; in __res_context_query()
123 u_char *query2 = NULL; in __res_context_query()
/glibc-2.36/sunrpc/
Dtst-xdrmem.c39 u_char v_u_char; in do_test()
127 T(u_char, 0) \ in do_test()
128 T(u_char, UCHAR_MAX) \ in do_test()
129 T(u_char, 0xef) \ in do_test()
130 T(u_char, 0x78) \ in do_test()
/glibc-2.36/resolv/nss_dns/
Ddns-host.c110 u_char buf[MAXPACKET];
189 u_char *ptr; in libc_hidden_def()
371 u_char *ptr; in libc_hidden_def()
375 u_char *ans2p = NULL; in libc_hidden_def()
450 static const u_char mapped[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0xff,0xff }; in libc_hidden_def()
451 static const u_char tunnelled[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0,0 }; in libc_hidden_def()
452 static const u_char v6local[] = { 0,0, 0,1 }; in libc_hidden_def()
453 const u_char *uaddr = (const u_char *)addr; in libc_hidden_def()
464 u_char *ptr; in libc_hidden_def()
657 const u_char *end_of_message, *cp; in getanswer_r()
[all …]
Ddns-network.c95 u_char buf[MAXPACKET];
114 u_char *ptr; in _nss_dns_getnetbyname_r()
165 u_char *ptr; in libc_hidden_def()
301 u_char packtmp[NS_MAXCDNAME]; in libc_hidden_def()
/glibc-2.36/hesiod/
Dhesiod.c333 u_char *data; /* pointer to data */ in get_txt_records()
336 u_char qbuf[MAX_HESRESP], abuf[MAX_HESRESP]; in get_txt_records()
337 u_char *cp, *erdata, *eom; in get_txt_records()
/glibc-2.36/gmon/
Dgmon.c198 u_char tag = GMON_TAG_TIME_HIST; in weak_alias()
249 u_char tag = GMON_TAG_CG_ARC; in write_call_graph()
311 u_char tag = GMON_TAG_BB_COUNT; in write_bb_counts()
/glibc-2.36/sunrpc/rpc/
Dtypes.h78 typedef __u_char u_char; typedef
/glibc-2.36/scripts/
Dcheck-c++-types.sh108 u_char
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dc++-types.data54 u_char:h
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/
Dc++-types.data54 u_char:h

123