HomeSort by relevance Sort by last modified time
    Searched refs:eom (Results 1 - 10 of 10) sorted by null

  /bionic/libc/dns/nameser/
ns_name.c 101 char *dn, *eom; local
108 eom = dst + dstsiz;
117 if (dn >= eom) {
127 if (dn + l >= eom) {
139 if ((m = decode_bitstring(&cp, dn, eom)) < 0)
150 if (dn + 1 >= eom) {
157 if (dn + 3 >= eom) {
166 if (dn >= eom) {
175 if (dn >= eom) {
181 if (dn >= eom) {
222 u_char *label, *bp, *eom; local
360 u_char *dn, *eom; local
    [all...]
ns_parse.c 80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
86 b = dn_skipname(ptr, eom);
91 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
98 if (ptr > eom)
106 const u_char *eom = msg + msglen; local
110 handle->_eom = eom;
111 if (msg + NS_INT16SZ > eom)
114 if (msg + NS_INT16SZ > eom)
118 if (msg + NS_INT16SZ > eom)
126 int b = ns_skiprr(msg, eom, (ns_sect)i
    [all...]
  /bionic/libc/dns/resolv/
res_comp.c 99 * 'eom' points to the first location after the message,
104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src,
107 int n = ns_name_uncompress(msg, eom, src, dst, (size_t)dstsiz);
132 dn_skipname(const u_char *ptr, const u_char *eom) {
135 if (ns_name_skip(&ptr, eom) == -1)
res_send.c 274 * res_nameinquery(name, type, class, buf, eom)
275 * look for (name,type,class) in the query section of packet (buf,eom)
277 * buf + HFIXEDSZ <= eom
287 const u_char *buf, const u_char *eom)
296 n = dn_expand(buf, eom, cp, tname, sizeof tname);
300 if (cp + 2 * INT16SZ > eom)
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 212 unsigned char *cp, *eom; local
250 eom = answer + anslen;
265 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
277 while (ancount-- && cp < eom) {
278 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
305 if (cp + rdlength > eom) {
  /bionic/libc/dns/net/
gethnamaddr.c 190 if (cp > eom) \
196 if ((ptr) + (count) > eom) \
208 const u_char *eom, *erdata; local
225 eom = answer->buf + anslen;
253 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
277 while (ancount-- > 0 && cp < eom && !had_error) {
278 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
299 n = dn_expand(answer->buf, eom, cp, tbuf,
328 n = dn_expand(answer->buf, eom, cp, tbuf,
365 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp))
    [all...]
getaddrinfo.c 1304 const u_char *eom; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 234 milliseconds