Searched refs:INADDRSZ (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dinet_pton.c45 #ifndef INADDRSZ
46 #define INADDRSZ 4 macro
110 unsigned char tmp[INADDRSZ], *tp;
140 memcpy(dst, tmp, INADDRSZ);
207 if (ch == '.' && ((tp + INADDRSZ) <= endp) &&
209 tp += INADDRSZ;
/freebsd-11-stable/lib/libc/net/
H A Dmap_v4v6.c91 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
H A Dgethostbyht.c127 len = INADDRSZ;
H A Dgetaddrinfo.c2112 if (type == T_A && n != INADDRSZ) {
/freebsd-11-stable/include/arpa/
H A Dnameser_compat.h107 #define INADDRSZ NS_INADDRSZ macro
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c970 INADDRSZ); local
973 INADDRSZ, data, 0, 0, ad);
1458 # define IN_ADDRSZ INADDRSZ
1500 sz = INADDRSZ;
1520 memmove(h->h_addr_list[i], rr->rr_u.rr_a, INADDRSZ);
1591 memmove(&ia, h->h_addr_list[i], INADDRSZ);
H A Ddaemon.c1699 INADDRSZ);
2504 INADDRSZ);
2862 INADDRSZ);
3463 return memcmp(ha, (char *) &sa->sin.sin_addr, INADDRSZ);
3478 return memcmp(a + IN6ADDRSZ - INADDRSZ, ha, INADDRSZ);
4194 INADDRSZ, AF_INET);
4392 &s6a->s6_addr[IN6ADDRSZ - INADDRSZ],
4566 INADDRSZ, AF_INET);
H A Dmain.c784 if (hp->h_length != INADDRSZ)
787 memmove(&ia, hp->h_addr_list[i], INADDRSZ);
H A Dsendmail.h242 #ifndef INADDRSZ
243 # define INADDRSZ 4 /* size of an IPv4 address in bytes */ macro
H A Dmilter.c986 hp->h_addr, INADDRSZ);
1131 INADDRSZ);
H A Dmap.c8290 hp->h_addr, INADDRSZ);
8365 INADDRSZ);
H A Dconf.c4516 INADDRSZ);
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c134 #ifndef INADDRSZ
135 # define INADDRSZ 4 /* size of an IPv4 address in bytes */ macro
1574 hp->h_length != INADDRSZ)
1578 memcpy(&addr.sin_addr, hp->h_addr, INADDRSZ);
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c499 len = INADDRSZ;
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c305 he4 = gethostbyaddr(addr, INADDRSZ, AF_INET);
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlistener.c402 INADDRSZ);

Completed in 250 milliseconds