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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_name.c 93 char *dn, *eom; local
99 eom = dst + dstsiz;
108 if (dn >= eom) {
114 if (dn + n >= eom) {
121 if (dn + 1 >= eom) {
128 if (dn + 3 >= eom) {
137 if (dn >= eom) {
146 if (dn >= eom) {
152 if (dn >= eom) {
173 u_char *label, *bp, *eom; local
    [all...]
res_update.c 127 u_char *cp, *eom; local
218 eom = answer + n;
220 n = dn_skipname(cp, eom);
221 if (n < 0 || cp + n + 2 * INT16SZ > eom)
246 if ((n = dn_expand(answer, eom, cp, zname,
250 if (cp + 2 * INT16SZ > eom)
284 if ((n = dn_expand(answer, eom, cp, zname,
289 if (cp + 2 * INT16SZ > eom)
312 if (cp + INT32SZ + INT16SZ > eom)
317 if (cp + dlen > eom)
    [all...]
ns_parse.c 94 skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
100 b = dn_skipname(ptr, eom);
105 if (ptr + NS_INT32SZ > eom)
108 if (ptr + NS_INT16SZ > eom)
114 if (ptr > eom)
124 const u_char *eom = msg + msglen; local
129 handle->_eom = eom;
130 if (msg + NS_INT16SZ > eom)
133 if (msg + NS_INT16SZ > eom)
137 if (msg + NS_INT16SZ > eom)
    [all...]
res_comp.c 117 dn_expand(const u_char *msg, const u_char *eom, const u_char *src,
120 int n = ns_name_uncompress(msg, eom, src, dst, (size_t)dstsiz);
145 dn_skipname(const u_char *ptr, const u_char *eom) {
148 if (ns_name_skip(&ptr, eom) == -1)
getnetbydns.c 124 u_char *eom; local
146 eom = answer->buf + anslen;
161 cp += __dn_skipname(cp, eom) + QFIXEDSZ;
166 while (--ancount >= 0 && cp < eom) {
167 n = dn_expand(answer->buf, eom, cp, bp, buflen);
179 n = dn_expand(answer->buf, eom, cp, bp, buflen);
gethostbydns.c 183 if (cp > eom) { \
191 if ((ptr) + (count) > eom) { \
203 const u_char *eom, *erdata; local
214 eom = answer->buf + anslen;
241 n = dn_expand(answer->buf, eom, cp, bp, buflen);
272 while (ancount-- > 0 && cp < eom && !had_error) {
273 n = dn_expand(answer->buf, eom, cp, bp, buflen);
299 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
331 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
373 n = dn_expand(answer->buf, eom, cp, bp, buflen);
    [all...]
res_send.c 234 * res_nameinquery(name, type, class, buf, eom)
235 * look for (name,type,class) in the query section of packet (buf,eom)
237 * buf + HFIXEDSZ <= eom
251 const u_char *eom
261 n = dn_expand(buf, eom, cp, tname, sizeof tname);
265 if (cp + 2 * INT16SZ > eom)
getaddrinfo.c 1079 const u_char *eom; local
1095 eom = answer->buf + anslen;
1118 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
1141 while (ancount-- > 0 && cp < eom && !had_error) {
1142 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
1161 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
    [all...]
  /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 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
88 b = dn_skipname(ptr, eom);
93 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
100 if (ptr > eom)
108 const u_char *eom = msg + msglen; local
112 handle->_eom = eom;
113 if (msg + NS_INT16SZ > eom)
116 if (msg + NS_INT16SZ > eom)
120 if (msg + NS_INT16SZ > eom)
128 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 212 if (eom - (ptr) < (count)) \
224 const u_char *eom, *erdata; local
241 eom = answer->buf + anslen;
269 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
293 while (ancount-- > 0 && cp < eom && !had_error) {
294 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
315 n = dn_expand(answer->buf, eom, cp, tbuf,
344 n = dn_expand(answer->buf, eom, cp, tbuf,
381 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
    [all...]
getaddrinfo.c 1321 const u_char *eom; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 259 uint8_t eom : 1; member in struct:sense_data
  /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 291 milliseconds