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

  /external/tcpdump/missing/
addrsize.h 29 #ifndef INADDRSZ
30 #define INADDRSZ 4 /* IPv4 T_A */
  /external/dnsmasq/src/
rfc2131.c 194 if ((option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ) || mess_type == DHCPDISCOVER))
215 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), SUBOPT_SUBNET_SELECT, INADDRSZ)))
219 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), SUBOPT_SERVER_OR, INADDRSZ)))
248 if (subnet_addr.s_addr == 0 && (opt = option_find(mess, sz, OPTION_SUBNET_SELECT, INADDRSZ)))
761 option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, htonl(context->local.s_addr));
809 option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, htonl(context->local.s_addr));
834 if (!(opt = option_find(mess, sz, OPTION_SERVER_IDENTIFIER, INADDRSZ)) ||
841 if (!(opt = option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ)))
867 !(opt = option_find(mess, sz, OPTION_SERVER_IDENTIFIER, INADDRSZ)) ||
892 if ((opt = option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ)))
    [all...]
nameser.h 109 #define INADDRSZ 4 /* IPv4 T_A */
rfc1035.c 548 if (!CHECK_LEN(header, p, qlen, INADDRSZ))
552 memcpy(&addr, p, INADDRSZ);
569 memcpy(p, &addr, INADDRSZ);
749 addrlen = INADDRSZ;
999 if (!CHECK_LEN(header, p, qlen, INADDRSZ))
1003 if (memcmp(&baddrp->addr, p, INADDRSZ) == 0)
1058 memcpy(p, sval, INADDRSZ);
1059 p += INADDRSZ;
    [all...]
cache.c 303 int addrlen = (flags & F_IPV6) ? IN6ADDRSZ : INADDRSZ;
305 int addrlen = INADDRSZ;
584 int addrlen = (prot == F_IPV6) ? IN6ADDRSZ : INADDRSZ;
586 int addrlen = INADDRSZ;
779 addrlen = INADDRSZ;
792 addrlen = INADDRSZ;
    [all...]
option.c 851 memcpy(op, &in, INADDRSZ);
852 op += INADDRSZ;
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 538 size = INADDRSZ;
665 addr += IN6ADDRSZ - INADDRSZ;
666 uaddr += IN6ADDRSZ - INADDRSZ;
668 len = INADDRSZ;
672 size = INADDRSZ;
759 len = INADDRSZ;
959 char tmp[INADDRSZ];
966 (void)memcpy(tmp, src, INADDRSZ);
973 (void)memcpy((void *)p, tmp, INADDRSZ);
985 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 94 #define INADDRSZ NS_INADDRSZ
  /bionic/libc/private/
arpa_nameser_compat.h 146 #define INADDRSZ NS_INADDRSZ
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /external/tcpdump/
configure     [all...]

Completed in 217 milliseconds