OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HFIXEDSZ
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/dns/resolv/
res_mkquery.c
142
if ((buf == NULL) || (buflen <
HFIXEDSZ
))
144
memset(buf, 0,
HFIXEDSZ
);
150
cp = buf +
HFIXEDSZ
;
res_send.c
279
* buf +
HFIXEDSZ
<= eom
291
const u_char *cp = buf +
HFIXEDSZ
;
328
const u_char *cp = buf1 +
HFIXEDSZ
;
331
if (buf1 +
HFIXEDSZ
> eom1 || buf2 +
HFIXEDSZ
> eom2)
380
if (anssiz <
HFIXEDSZ
) {
882
if (len <
HFIXEDSZ
) {
1167
if (resplen <
HFIXEDSZ
) {
[
all
...]
/bionic/libc/include/arpa/
nameser_compat.h
142
#define
HFIXEDSZ
NS_HFIXEDSZ
/development/ndk/platforms/android-L/include/arpa/
nameser_compat.h
142
#define
HFIXEDSZ
NS_HFIXEDSZ
/external/dnsmasq/src/
nameser.h
104
#define
HFIXEDSZ
12 /* #/bytes of fixed data in header */
/external/libpcap/Win32/Include/arpa/
nameser.h
95
#define
HFIXEDSZ
12 /* #/bytes of fixed data in header */
/bionic/libc/dns/
gethnamaddr.c
224
BOUNDED_INCR(
HFIXEDSZ
);
[
all
...]
/bionic/libc/dns/net/
getaddrinfo.c
[
all
...]
Completed in 1022 milliseconds