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

/freebsd-current/lib/libc/net/
H A Dmap_v4v6.c87 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
H A Dgethostbyht.c123 len = INADDRSZ;
H A Dgetaddrinfo.c2114 if (type == T_A && n != INADDRSZ) {
/freebsd-current/include/arpa/
H A Dnameser_compat.h109 #define INADDRSZ NS_INADDRSZ macro
/freebsd-current/contrib/sendmail/src/
H A Dsm_resolve.c904 INADDRSZ); local
907 INADDRSZ, data, 0, 0, ad);
1408 # define IN_ADDRSZ INADDRSZ
1449 sz = INADDRSZ;
1469 memmove(h->h_addr_list[i], rr->rr_u.rr_a, INADDRSZ);
1542 memmove(&ia, h->h_addr_list[i], INADDRSZ);
H A Ddaemon.c1706 INADDRSZ);
2527 INADDRSZ);
2935 INADDRSZ);
3547 return memcmp(ha, (char *) &sa->sin.sin_addr, INADDRSZ);
3562 return memcmp(a + IN6ADDRSZ - INADDRSZ, ha, INADDRSZ);
4303 INADDRSZ, AF_INET);
4500 &s6a->s6_addr[IN6ADDRSZ - INADDRSZ],
4676 INADDRSZ, AF_INET);
H A Dsendmail.h313 #ifndef INADDRSZ
314 # define INADDRSZ 4 /* size of an IPv4 address in bytes */ macro
H A Dmain.c812 if (hp->h_length != INADDRSZ)
815 memmove(&ia, hp->h_addr_list[i], INADDRSZ);
H A Dmilter.c985 hp->h_addr, INADDRSZ);
1130 INADDRSZ);
H A Dmap.c8561 hp->h_addr, INADDRSZ);
8636 INADDRSZ);
H A Dconf.c4526 INADDRSZ);
/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c132 #ifndef INADDRSZ
133 # define INADDRSZ 4 /* size of an IPv4 address in bytes */ macro
1609 hp->h_length != INADDRSZ)
1613 memcpy(&addr.sin_addr, hp->h_addr, INADDRSZ);
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c493 len = INADDRSZ;
/freebsd-current/contrib/sendmail/libmilter/
H A Dlistener.c402 INADDRSZ);
/freebsd-current/usr.bin/getent/
H A Dgetent.c303 he4 = gethostbyaddr(addr, INADDRSZ, AF_INET);

Completed in 146 milliseconds