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

  /bionic/libc/netbsd/nameser/
ns_parse.c 79 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
85 b = dn_skipname(ptr, eom);
90 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
97 if (ptr > eom)
104 const u_char *eom = msg + msglen; local
109 handle->_eom = eom;
110 if (msg + NS_INT16SZ > eom)
113 if (msg + NS_INT16SZ > eom)
117 if (msg + NS_INT16SZ > eom)
125 int b = ns_skiprr(msg, eom, (ns_sect)i
    [all...]
ns_name.c 106 char *dn, *eom; local
113 eom = dst + dstsiz;
122 if (dn >= eom) {
132 if (dn + l >= eom) {
144 if ((m = decode_bitstring(&cp, dn, eom)) < 0)
155 if (dn + 1 >= eom) {
162 if (dn + 3 >= eom) {
171 if (dn >= eom) {
180 if (dn >= eom) {
186 if (dn >= eom) {
208 u_char *label, *bp, *eom; local
341 u_char *dn, *eom; local
    [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/netbsd/
gethnamaddr.c 157 if (cp > eom) { \
165 if ((ptr) + (count) > eom) { \
178 const u_char *eom, *erdata; local
193 eom = answer->buf + anslen;
219 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
248 while (ancount-- > 0 && cp < eom && !had_error) {
249 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
272 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
302 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
340 n = dn_expand(answer->buf, eom, cp, bp, ep - bp)
    [all...]
  /external/quake/quake/src/WinQuake/
net_dgrm.cpp 167 unsigned int eom; local
186 eom = NETFLAG_EOM;
191 eom = 0;
195 packetBuffer.length = BigLong(packetLen | (NETFLAG_DATA | eom));
214 unsigned int eom; local
219 eom = NETFLAG_EOM;
224 eom = 0;
228 packetBuffer.length = BigLong(packetLen | (NETFLAG_DATA | eom));
247 unsigned int eom; local
252 eom = NETFLAG_EOM
    [all...]
  /gdk/samples/quake/jni/
net_dgrm.cpp 167 unsigned int eom; local
186 eom = NETFLAG_EOM;
191 eom = 0;
195 packetBuffer.length = BigLong(packetLen | (NETFLAG_DATA | eom));
214 unsigned int eom; local
219 eom = NETFLAG_EOM;
224 eom = 0;
228 packetBuffer.length = BigLong(packetLen | (NETFLAG_DATA | eom));
247 unsigned int eom; local
252 eom = NETFLAG_EOM
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1314 const u_char *eom; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 205 milliseconds